Hey guys, I'd like to have a "was this helpful" script on my review site, so people can say whether they find a review helpful. I know this is going to require a mix of AJAX and php but I'm a JS newbie and was hoping someone knows of pre-made script I could use for this. Anyone know of one? Thanks, Chris
You need: 1)something that opens a file and displays it in a little pop-up jquery is really good for little pop-up stuff like this. there's some decent pre-made stuff here: dynamicdrive-dot-com/dynamicindex8/index.html 2)have your javascript pop-up from step 1 open an html form. 3)The form has, well, whatever you want i suppose. 4)The form submits POST data to your php script which puts it in your database, or tweets it, or whatever.