<%
if isempty(Session("StudentID")) then
  Response.Redirect "../index.asp"
end if
if isempty(Request.QueryString("CourseID") then
  Response.Redirect "../html/student_menu.asp"
end if 
%>