Anchors
Good morning.
I've written a program that does the following:
Allows my users to browse through a list of courses (i.e. history, english, math, etc.) and then click on the name of the class and popup a description of the class (the popup is a separate asp program). This app is working fine however, I'm displaying only one course description at a time in the popup program). I need to display a complete list of descriptions in the popup program AND anchor in on the description of the course the user just clicked on. The user will then be able to scroll up and down in the new window and view other course descriptons.
(When I call the popup program from the main program, I pass the popup program query strings).
thank you for your help!
sal
|