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) ----------------------------------------------------------------------------- Updates ----------------------------------------------------------------------------- 28/5/2005: Admin can now edit existing timetables and delete them as well. Displays Lecturer's name according to their subjects. ----------------------------------------------------------------------------- Instructions ----------------------------------------------------------------------------- Put files into the wwwroot on your computer(you must have IIS instaled!). Please ensure that the folder is made shareable.Go under properties>>sharing. 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 - the database. 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. timeedit.asp - page that does the editing of the existing timetable. timedel.asp - page that does the deletion of the selected timetable. -----------------------------------------------------------------------------