Forum Moderators: phranque
The function for the asp page is this:
fCmp.action= "http://www.site.com/default.asp";
fCmp.method= "POST";
fCmp.submit();
Problem is, after this, the fields are emptied, so they cannot be sent as email.
Anyone knows a way out of this? Thanks in advance.
What does the asp page do that the form points to? Does it just display hwat they typed in on the form? On the info you give its difficult to help you. I would suugest something like this?
Use Jmail (a free email script just do a search) in the Jmail scipt you could use session variables if the data inputted isn't too long. These variables would grab the info from the previous form and store it. You could then call the variables from the asp scipt. You need to go to w3schools and check out the asp section then session variables to see what I mean.
Hope this helps if you give more info I will see what I can do.
Peace