Author: ----------------------------------------------------------------------------- Wei Lun "The Edge" Lee ----------------------------------------------------------------------------- Title ----------------------------------------------------------------------------- A Dynamic Timetable ----------------------------------------------------------------------------- Description ----------------------------------------------------------------------------- This is a dynamic timetable that allows users to get their timetables online based on their courses and semesters. The timetables also can be allocated by logging in the administration page (timeupd.asp) ----------------------------------------------------------------------------- Instructions ----------------------------------------------------------------------------- Put files into the wwwroot on your computer(you must have IIS instaled!). Then start it .. something like this http://localhost/Timetable/time.asp time.asp - main page that allows user to see timetable. conn.asp - an include file that contains the connection string index.css - a style sheet doc styles.css - a style sheet doc database.mdb - a style sheet doc For administration type http://localhost/Timetable/timeupd.asp timeupd.asp - page to allow admin to create a new timetable timedel.asp - the page where the selected records are deleted. timeupd_process.asp - previews the timetable that is created before saving timeupd_processsave.asp - saves the timetable to the database -----------------------------------------------------------------------------