<% if Request.Form("password")= "bill" Then Session("loggedin")="y" Response.Redirect(Session("returnpage")) Else Response.Redirect("login.html") End If %>