DMW
Mar 30 2007, 04:38 PM
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
Mar 30 2007, 04:57 PM
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
Apr 19 2007, 05:13 PM
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
Apr 19 2007, 05:51 PM
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.