Semi, there must be away, how about checking the email address? I realize some folks can take advantage of the system, so I guess I am just keeping the honest folk honest.
Mart, It's to late for me to run this out of my forum, as the voting has already started. The votes go into a database, I can see the ip addresses and the email addresses that are entered.
So I suppose I will have to sort the votes by hand.
I think Phat is on to something here, and I had another code sent to me by someone on another board. But I am not sure where to put it.
This is it:
<%
'-- set the cookie
response.cookies("completedForm") = true
'-- read the cookie
varFormStatus = request.cookies("completedForm")
%>