Results 1 to 4 of 4

Thread: Help Making a Comment Box

  1. #1
    Join Date
    Dec 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help Making a Comment Box

    I would like some help with putting a comment box on a website I own. I think Javascript is what I'm supposed to use but I'm not sure. I'm a noob when it comes to coding. The only thing I can find are Shoutboxes, but I don't really like those. Any help would be greatly appreciated.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    So basically you want someone to click on a link (let's say "Add Your Comment"), which sends them to a form, which sends the data to either a text file or database for that page, which then displays the same data the original page. If this is the case, you may want to look into server side languages. PHP could do this easily, have a look at this page and scroll to the comments section and tell me if this is something like you are talking about. If so, I could show you the code for it. Also, look around the PHP and ASP forums, there are some comments scripts floating around somewhere.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Javascript can't create something like this, since it can't save any data entered onto the server. However, there are plug and play comment services out there you can add to your site, such as JS-Kit.

  4. #4
    Join Date
    Dec 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, both. Either of those would be great but I'm not very good with codes and scripts. I use Yahoo! Sitebuilder which is pretty much for begginers. It lets me put in HTML and Iframe but that's about it. I should probably take a class on using PHP sometime. Anyways, could you maybe simplify what I should do?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •