error in link

liunx

Guest
hi pals,<br />
I want to know how to send a form page to a mail ID with all the information on the form intact. Please suggest how to link the page with the mail ID.<!--content-->well you could use the mailto: in the form action but this will open the users default email program and tehn send it, very little control over this. you could also use serverside programming like cgi or php or asp to parse the results and tehn send the mail. this way you have more control over all of it and it won't open the users default email program.<!--content-->
 
Back
Top