Im having some trouble doing this:
Could anybody please explain the OR property right here?
Code:
if not StrUser = strSaelger OR not StrUser = strKober then Response.Redirect("?pid=login&backto=casedetails&cid=" & Request.QueryString("cid")) end if
Comment