<%
' Last modified 5/31/02 by Nancy Brauer
' - Added login checking code
' Created 1/14/02 by Nancy Brauer
dim strURL, strServerName
strURL = Request.ServerVariables("URL")
strServerName = Request.ServerVariables("SERVER_NAME")
''''''''''''''''''''''''''''''''''''''''''''''''''''
' For debugging
'response.write strServerName & " "
'Response.Write "instr = " & instr(strURL,"/kidsquiz.asp") & " "
''''''''''''''''''''''''''''''''''''''''''''''''''''
''''''''''''''''''''''''''''''''''''''''''''''''''''
' DO NOT check Session("userLoggedIn") when this page is
' included on the Kids Quiz log in page.
''''''''''''''''''''''''''''''''''''''''''''''''''''
if instr(strURL,"/kidsquiz.asp") = 0 then
If Session("userLoggedIn") = FALSE Then
Response.Redirect "http://" & strServerName & "/kidsquiz.asp"
End if
end if
%>
Kids Quiz Prize Winners
Student: Annick van der Harten School: American Community School Abu Dhabi,
Abu Dhabi