|
-
Oct 12th, 2001, 05:38 AM
#1
Thread Starter
Junior Member
a question.....
how do i add a comment box to my website
you know, so i can get people to send me feedback via e-mail
lyrical terrorism propaganda assassin
-
Oct 12th, 2001, 06:05 AM
#2
Hyperactive Member
You need a form and some form elements eg text boxes,
Code:
<form name="form1" method="post" action="">
<textarea name="textfield"></textarea>
<input type="submit" name="Submit" value="Submit">
</form>
Next you need a server side script to send you the contents of the form when it is submitted.
Unless you are familiar with server side scripting you will need to use one of the many free cgi sites out there. Do a search for 'free cgi scripts', they usually have instructions how to set this kind of thing up!
If you notice the <form> tag it has an attribute action="".
Inside the quotes you need to put the path to the cgi script!
-
Oct 12th, 2001, 07:15 AM
#3
Thread Starter
Junior Member
thanks man
lyrical terrorism propaganda assassin
-
Oct 12th, 2001, 11:38 AM
#4
PowerPoster
you can also put mailto:[email protected] in the action. that is kind of annoying though for most useres. but, it is an option.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|