What is ASP?
Page Two

ASP can be used to create a web site that allows the user to interact with it, to create information that is specific to the user, without writing unique pages for every user.

For instance, if you look at RCOE Student Teacher Web Site you see a page that presents choices of supervisors and content areas for student teachers.  The page (introduction.asp) creates the list of supervisors and content areas from a database.  If a faculty member is not serving as a supervisor in a particular semester then a field in the database is changed from YES to NO and that person's name will not appear on the list.

Select a supervisor from the list.  You will go to stuteachers/supers/main.asp.  It does not make any difference which supervisor you select.  You will go to this page.  However, the page you get will be the appropriate information for that supervisor, including the correct links to that supervisor's calendar.

If you select the calendar for a supervisor you will go to stuteachers/supers/calendar.asp.  It will display any information that supervisor has put into a database through some other ASP pages that allow supervisors to put data into a database.  The calendars.asp page is always displayed when the choice is made to go to a supervisor's calendar but the page will only display the entries from the supervisor selected.

<-Return | Page Two | Page Three ->