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