% if Request.Form("btnLogin")="Enter" then if Request.Form("EnteredPassword")="realgenii" then Session("LoginStatus")="LoggedIn" Response.Redirect("LoggedIn.asp") else Session("LoginStatus")="BadLogin" Response.Redirect("http://www.megafoundation.org") end if end if %>