Here is one of the way to add a mail form in ur site using mailTo:
Insert into <BODY><form name="testform" method="POST" action="mailto:YOUR@E-MAIL.ADDRESS?subject=YOUR_SUBJECT" onSubmit="return mailMe( this.form )" enctype="text/plain"> Your name:<br> <input type="text" name="name" value="" size=50><br> Message:<br> <input type="text" name="msg" value="" size=50><br> <input type="submit" value="Submit"> </form>
What you need to do is change the e-mail address and subject.
Sample :
::: masboyCom :::