You ask the user to fill in the form and click the Submit button. Behind the scene is the following HTML code. Change the ACTION clause in the Form tag. |
|
<!-- If you want to use 'mailto:' function, change the recipient to your actual email address --> <form NAME="MailingList" ACTION="mailto:you@yourCompany.com" METHOD="POST"> <!-- If you want to use ASP, direct the ASP file name here --><form NAME="MailingList" ACTION="../cgi-bin/SendMail.asp" METHOD="POST">
|