% @language="vbscript" %> <% `Was this page posted to? If UCase(Request.ServerVariabels(HTTP_METHODE")) = "POST" Then `If so, check the username/password that was entered. If comparison was good, store the username... Session("UID") = Request("UID") `...and redirect back to the original page. Response.Redirect Session("REFERRER") End If End If %>