I have two questions: How do I make a comment option on my page? I also need to find out the code so that they can press submit and it appears right on my page? I use frontpage. Any advice would be greatly appreciated. I can't seem to find anything on the web
you can make a comment appear in a page without server-side script but, ofcourse, the comment will stay as long you stay on that page. if you reload the page the comment will go.
I used a guestbook cgi script to create a "feedback" page for a website. You could just as easily create a "Comment" page using the same guestbook script. It's easy to design it in keeping within the web design, too. You can check how it looks here.
you can make a comment appear in a page without server-side script but, ofcourse, the comment will stay as long you stay on that page. if you reload the page the comment will go.