website html form via email?

There are a couple of ways to handle email on a website. You can use a form and send the data using the mailto: command. The only problem is that it may not work with web based email.
http://www.wsworkshop.com/javascript/form-email.html

Most website providers provide code to send email. For example the one I use has a page where I set it up and then it provides a link. On your web page you click the link and get a form that is filled in and sent. The visitor never even finds out the actual email address.

There are also free services. Here is a list of some:
http://cgi.resourceindex.com/Remotely_Hosted/Form_Processing/

? ??????q ?
 
There are a couple of ways to handle email on a website. You can use a form and send the data using the mailto: command. The only problem is that it may not work with web based email.
http://www.wsworkshop.com/javascript/form-email.html

Most website providers provide code to send email. For example the one I use has a page where I set it up and then it provides a link. On your web page you click the link and get a form that is filled in and sent. The visitor never even finds out the actual email address.

There are also free services. Here is a list of some:
http://cgi.resourceindex.com/Remotely_Hosted/Form_Processing/

? ??????q ?
 
Back
Top