Question
Asp simple redirect code
I have a simple "vote on video" page. I don´t want users
to be able to vote on a video more than once. I put the ID of a
video in a session variable once one votes. So now I want to
redirect to another page if the session variable = the ID of a
video.
I type it in words, but what is the code:
Redirect to page.asp if
Session("vote_id")=Request.QueryString("ID")
Thanks!
I type it in words, but what is the code:
Redirect to page.asp if
Session("vote_id")=Request.QueryString("ID")
Thanks!