Click to See Complete Forum and Search --> : Cookies / web surveys


JustinS007
01-27-2006, 07:33 PM
Hi. I'm new to HTML and am hoping that someone can help me create cookies so that visitors to my site can only answer my monthly survey question once. Obviously this will help to ensure the integrity of the data I receive.

Perhaps someone knows of a site that can provide a tutorial or step-by-step guide for this as I can't find anything.

Thanks, Justin.

pcthug
01-27-2006, 08:08 PM
Try asking in the Javascript (http://www.webdeveloper.com/forum/forumdisplay.php?f=3) Forum

NogDog
01-27-2006, 08:26 PM
What scripting language are you using on the server side? Most (all?) have cookie-handling functions.

Note, however, that it's extremely simple for someone to delete the cookie on their PC if they want to "stuff the ballot box".