admin
05-30-2003, 08:04 AM
visitorIP = Request.ServerVariables("REMOTE_ADDR")
If visitorIP = "216.88.230.11" Then
Response.Redirect("seeya.asp")
Of course you'd have to know the IP Address.
If visitorIP = "216.88.230.11" Then
Response.Redirect("seeya.asp")
Of course you'd have to know the IP Address.