Forum Moderators: open

Message Too Old, No Replies

Simple Javascript comment box?

         

Luxoria

1:40 am on Jan 27, 2011 (gmt 0)

10+ Year Member



I've been trying to find a simple widget that slides up a comment box on the bottom of the page. All it needs is a text field so the visitor can leave comments and a submit button. It does not matter where the comments go after that whether they are stored in a text file or emailed to the admin.

I have not been able to find anything like this. All I can find is popups that when they come up disable the rest of the page.

Has anyone seen something like I am trying to describe?

tyty

*edit* oh, yeah, I guess I would have to use a server side include for the data storage part. My site is running PHP/SQL

daveVk

4:40 am on Jan 27, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Put a div with form + text field + submit at bottom of page, probably no js needed here. Only then go looking for sliding code to "enhance" it.