lol
Moderator: victimizati0n
this gives u one box to type in and one submit button, write more html for more inputs...
i searched for "form action mailto" thats the simple way of doin it
u can search for "form to mail" or "form to email" to find cgi/php/asp scripts but ur on ur own with that stuff
i think they both do pretty much the same thing, its just how the results get formatted back to u in your email... play around with it
and u have a typo, u forgot the period... "I am in Mr. Shieh's block H class"
Code: Select all
<form method="post"
action="mailto:yourname@yoursite.com"
enctype="text/plain">
<input type=text
name=your_comments>
<input type=submit
value="Submit Your Comments">
</form>
u can search for "form to mail" or "form to email" to find cgi/php/asp scripts but ur on ur own with that stuff
i think they both do pretty much the same thing, its just how the results get formatted back to u in your email... play around with it
and u have a typo, u forgot the period... "I am in Mr. Shieh's block H class"