<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% If Session("OK") Then Response.Redirect("main.asp") Else Response.Redirect("login.asp") End If %>