What is the script that allows visitors to post comments to a website written in html?
Aug.02, 2008 in
Other
curious asked:
Is there a simple html code I can use that would allow a web site visitor to add comments directly to the website (in html)? I know the code for e-mail contents of the form but need the comments posted directly to the website. Thanks.
Please write the code in your answer. I only know how to create html.
Custom Search
August 4th, 2008 at 7:33 pm
Here is the Idea
step1)create a text area.
step2) when the user types in it. scan the contents to a variable preferably string
step3)write a script to display it where ever u want on the page
make sure that when the user presses the submit button the page also gets refreshed
August 6th, 2008 at 4:38 am
Free guestbook application.