% Option Explicit Dim username username = Request.Cookies("username") %>
|
<%'See if they're actually already logged in
if username <> "" then%>
You are already logged in. If you want to sign up again, then sign out here first. <%'Otherwise display the sign up form else%> <%end if%>
|