<%blnLogin = true%> <% username = CheckString(Request.Form("username")) password = CheckString(Request.Form("password")) if request.form("submit") = "Login" then session("admin") = "true" response.redirect "home.asp" end if %>

Admin Login

Username:
Password: