ge0rg1e
11-28-2002, 09:13 AM
This is a re-post in an attempt to make my question clearer so that it gets answered. :-)
Here:
http://www.todaysmenu.ca/plan/tester.htm
when the user clicks the "Confirm & Print" button, a script writes the data from the form fields into another document.
On the Confirm & Print page, when the user hits the "Submit" button, the form field data *should* be sent via e-mail using FormMail.cgi, as specified on the previous page.
The problem is I can't seem to get the form field data to be passed through to the Submit stage. After the Confirm & Print page is written, the form field data is "forgotten".
I thought that a solution to this might be to have the Confirm & Print page pop up in a new window, thereby allowing the user to go back to the original form page after confirming and printing. The problem there is I can't seem to get the confirmPrint.js script to execute in a new window.
Any help with this would be greatly appreciated and credited in my code.
Confusedly,
Heidi
Here:
http://www.todaysmenu.ca/plan/tester.htm
when the user clicks the "Confirm & Print" button, a script writes the data from the form fields into another document.
On the Confirm & Print page, when the user hits the "Submit" button, the form field data *should* be sent via e-mail using FormMail.cgi, as specified on the previous page.
The problem is I can't seem to get the form field data to be passed through to the Submit stage. After the Confirm & Print page is written, the form field data is "forgotten".
I thought that a solution to this might be to have the Confirm & Print page pop up in a new window, thereby allowing the user to go back to the original form page after confirming and printing. The problem there is I can't seem to get the confirmPrint.js script to execute in a new window.
Any help with this would be greatly appreciated and credited in my code.
Confusedly,
Heidi