Rezmoto - Rezolution Motoring LLC.
<%
' first we retrive the data and set it to a variable
name = Request.Cookies("name")
' then we post it to the website
If Request.Cookies("name") = "access" Then
Response.Redirect("http://rezmoto.com/success2.asp")
End if
%>