Help - Search - Members - Calendar
Full Version: Adding Comments to webpage
HTMLHelp Forums > Web Authoring > Web Site Functionality
DMW
I wish to find a simple script that I can add to my webpage so visitors can leave comment / replies on my webpage.
I found this script "<script src="http://js-kit.com/comments.js"></script>" when I search the forums but for some reason I cannot get it work on my page.

Is there other scripts out there that do the same thing with out me having to learning PHP or Perl?





this is how I have the script in my webpage
<table width="100%" cellspacing="2" cellpadding="2" border="2" bgcolor="green">

<tr><!-- Row 1 -->
<td align="center">Leave a Comment if you want</td>
<tr>
<td><script src="http://js-kit.com/comments.js"></script></td></tr></table>
Effovex
It's completely impossible to have users leave message on your webpage without using some kind of server-side processing like PHP or Perl.

At best the user could modify the page with javascript, but this would only change that instance of the page for him or her, and only as long as he or she didn't reload the page. Not super useful.
utopiafornow
In addition to js-kit, there are quite a few solutions available. you can use haloscan from haloscna.com. There's one by zoopin called ZoopIn ShoutOut.
pandy
You don't have to learn a programming language to install a pre-written script. You just need to be able to understand the instructions. You can find such scripts at for example http://hotscripts.com . You have to dig though. There's no special category for them.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.