% If Len(Request.Form("submit")) > 0 then Session("AdminName") = Request.Form("UserName") Session("AdminPassword") = Request.Form("UserPassword") Response.Redirect("menu.asp") End if %>