%@ Language=VBScript %> <% strUA = Request.ServerVariables("HTTP_USER_AGENT") if InStr(strUA, "MSIE") then intVersion = cInt(Mid(strUA, InStr(strUA, "MSIE") + 5, 1)) if intVersion < 5 then Response.Redirect "IE4Only.asp" end if else Response.Redirect "IE4Only.asp" end if session.Abandon %>
|
||
") Response.Write("" & request("ErrorMessage") & "
") elseif request("error") = 2 then Response.Write("It appears that your session has expired. Please re-login.
") elseif request("error") = 3 then Response.Write("You do not have permission to access this page.
") elseif request("error") = 4 then Response.Write("You do not have write permissions on this section.
")
end if
%>
Please enter your user ID and password below: