This is driving me mad. I have form A where people fill in details. I then validate the form and open a standard format page with those details on using javascript "document.write()" etc and get the values using "window.opener.form1.etc"
which works fine. However, I need also to use form mail to email some of those details to me and if I do it at the same time as creating the new page, the submission form comes up and the javascript is then trying to get the values from the submission page which it cant. Ive tried doing the form mail when I close the created page but there is no "onWindowClose()" function. So Im stumped. It would be useful if I could delay the page creation until the form mail had finished but it just starts a new thread and continues. Any ideas anybody help.
Chris