<%
Dim strPassword
Dim bLoginOK
strPassword = Request.Form("password")
if (Len(strPassword) > 0) then
bLoginOK = (StrComp(strPassword, "BPP") = 0)
if (bLoginOK) then
Response.Redirect "93210.htm"
else
Response.Redirect "AccessDenied.htm"
end if
end if
%>
Trading trainer