Hi, How would I go about adding a comments section, similar to what blogger offers? So I suppose I would like the new comments page to open in a new pop up window (if someone wants to add or read the comments under a particular news section on my website). Also, anyone should be able to post in it and require to field 3 fields in prior to posting: Name (required) E-mail address (required) Comment (required) I've seen this on numerous websites. Is there a Java Script or something not too complicated that I could easily add to my website in Dreamweaver? Thanks!
You will need to either do custom PHP programming with database integration or use a blogging script like serendipity or wordpress. You can integrate serendipity into your existing site if you want or use it separately. So in short its not a simple cut and paste solution.