Forum Moderators: mack
There are a few websites that provide this service (haloscan, for example). But I think I might prefer something that runs on my server.
Any recommendations or thoughts?
You could use blog software as a content manager - that would make it easy to control your content as well as offer a built-in mechanism for visitor comments.
If you were a coder, I would assign each page an ID, write it down somewhere internally. Make each one of those feedback links go to the same feedback form page. At the same time, passing the pageID to the feedback form. When your user puts in their name and comments and clicks send, your script can switch out the ID for the actual page name, and use the scripting mail command to the send the completed message to your feedback e-mail account. Hope that sounds clear enough.
-EMAN