Results 1 to 4 of 4

Thread: a question.....

  1. #1

    Thread Starter
    Junior Member ghost ryder's Avatar
    Join Date
    Jan 2001
    Location
    granite city, ach!
    Posts
    17

    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

  2. #2
    Hyperactive Member progressive's Avatar
    Join Date
    Sep 2001
    Location
    Manchester, UK
    Posts
    404
    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!

  3. #3

    Thread Starter
    Junior Member ghost ryder's Avatar
    Join Date
    Jan 2001
    Location
    granite city, ach!
    Posts
    17
    thanks man
    lyrical terrorism propaganda assassin

  4. #4
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    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
  •  



Click Here to Expand Forum to Full Width