<%@ language=VBScript %> <% 'declare variables used on this page Dim strAccessPoint, strPath, strLogon, strWarning ' Set the Access Point for this page strAccessPoint = "201" 'Set the path where security scripts reside strPath = "/cgi-bin/Security/" 'Check to see if person has logged in. 'If not send him to Logon.asp If Not IsObject(Session("Access")) Then Session("Response") = "Please log in" Session("Path") = Request.ServerVariables("URL") strLogon = strPath & "Logon.asp" Response.Redirect strLogon End If 'Check to see if person has this Access Point 'If not send him to SecurityWarning.asp If Session("Access")(strAccessPoint) <> strAccessPoint Then If Session("Access")("admin") <> "admin" Then strWarning = strPath & "SecurityWarning.asp" Response.Redirect strWarning End If End If %> MESSAGES

MESSAGES:

MESSAGE 1:
Please begin by clicking on STUDENT TOOLS, and then click on How to StudyFollow the suggestions provided under this section regarding how to go about studying and maximizing your efforts.

MESSAGE 2:
Please go to STUDENT TOOLS and then click on Student Information.   Complete the form requesting student information.  Click on the SUBMIT button.  The form will be e-mailed back to the teacher.
Review the
Teacher Resume and other Information in the Student Tools section.

MESSAGE 3:
Begin by surveying the
Syllabus and looking over the course content and outline.
When you have done this, begin working through the lessons in the syllabus.

MESSAGE 4:
Each lesson includes a summary and topics for group discussion.
These points will help you summarize the lesson in your own words and lead a group in class discussion.