lol

Talk about other websites or building websites. Feel free to ask for opinions on your own site.

Moderator: victimizati0n

Post Reply
Message
Author
I7Iz490N
Site Moderator
Posts: 4455
Joined: Fri Jul 16, 2004 9:15 pm

lol

#1 Post by I7Iz490N » Sat Jan 21, 2006 6:41 pm

lol
Last edited by I7Iz490N on Mon Sep 24, 2018 10:43 am, edited 2 times in total.

palmboy5
Site Administrator
Posts: 7477
Joined: Fri Jul 16, 2004 6:40 pm
Location: San Jose, CA

#2 Post by palmboy5 » Sat Jan 21, 2006 6:56 pm

just make it multiple choice
For computers, buying cheaply and often will only leave you constantly in a world of shit.
Image

mannyace
Posts: 794
Joined: Sat Jul 17, 2004 12:46 am

#3 Post by mannyace » Sun Jan 22, 2006 10:36 pm

EDIT - sorry, read post below
Last edited by mannyace on Sun Jan 22, 2006 10:38 pm, edited 1 time in total.

mannyace
Posts: 794
Joined: Sat Jul 17, 2004 12:46 am

#4 Post by mannyace » Sun Jan 22, 2006 10:37 pm

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"

Post Reply