Initialize Session Variables:
Open Global.asa from among your Course Project files. Initialize the following session-level variables to an empty string ("") in the
Session_OnStart
event:
- fname
- lname
- custid
- email
- password
- admin
Create a schedule file to rotate the ads contained in the images directory of the course project. Please note that you are not being asked to write and incorporate a redirection file. This means the banner images of the Course Project site will not function as links. You should code your schedule file accordingly.
In the Course Project default.asp
page, write a script to display the ads. You will see an area of the page set aside for this script.