...I need something that can let multiple users 'vote' from the same computer.
There are a ton free cgi/perl scripts out there that let you add nifty little online polls to your website. Many of them use either IP logging or cookies (or both) to prevent people from voting more than once.
Problem is this also prevents different people from voting using the same computer. Has anyone used something that will let me create a simple online poll for a pre-determined group?
Obviously this is for a small intranet. About 800 employees and I have a list of all their employee ID#s. So in a perfect world this script would (1) check to make sure that the person voting is on the list and (2) make sure she/he hasn't already voted.
Gee, I sure don't want too much, do I?