|
ScribeVision -> Working With Confirmation Pages (3/7/2002 23:48:34)
|
Let's see if I can explain this problem ... For my National Guard Unit I've created forms for units to fill out reports. Most reports can simply be accessed using a DRW after the unit is selected from a drop down menu. However, some reports need to sent out by email as soon as the form is completed. I have a javascript that adds a button to a page. When clicked, the mail program is opened with the link to the page already included in the body. The idea is that the recipient of the email simply clicks the link and the report for the unit sending the report is displayed. HOWEVER ... Since the Javascript only sends the url to the page with the DRW, clicking on the link only gets a "no record found" since the query is not part of the link. So I tried adding the javascript to the confirmation page for the form, but had the same problem. I then thought I would add a link from the confirmation page that said "click here to send this report" and have the link pass the unit to a DRW so the url would contain the query for the javascript to pass in the email. HOWEVER ... I can't seem to pass the parameter from the confirmation page. There's got to be a better way to do this. Any suggestions?
|
|
|
|