%@ Language=VBScript %>
|
|
<%If Len(LogonPassword) = 0 then %>
<% end if %> | |
|
<%If session("StudentID") > 0 then
' allow only one logon per session
LogonPassword=""
GetStudents = "SELECT * FROM Students WHERE StudentID=" & session("StudentID")
' Response.Write GetStudents & " " Set DB_Results = DB.Execute(GetStudents) %> | ||