Page 1 of 1

lol

Posted: Sat Jan 21, 2006 6:41 pm
by I7Iz490N
lol

Posted: Sat Jan 21, 2006 6:56 pm
by palmboy5
just make it multiple choice

Posted: Sun Jan 22, 2006 10:36 pm
by mannyace
EDIT - sorry, read post below

Posted: Sun Jan 22, 2006 10:37 pm
by mannyace
this gives u one box to type in and one submit button, write more html for more inputs...

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>
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"