<%
Dim Error_Msg
login = Request.Form("login")
If login = "login_again" Then
Session("StudentLoggedIn") = ""
ShowLogin
Else
If Session("StudentLoggedIn") = "true" Then
AlreadyLoggedIn
Else
If login = "true" Then
CheckLogin
Else
ShowLogin
End If
End If
End If
Sub ShowLogin
%>