A frameset page has three (hierarchial frameset) frames; each containing a separate page--Banner, Sidebar and Content. Upon clicking on an image map link on the Content page, I want appropriate new pages to replace all the original pages in the frames, and display data based on passed variables which will become session variables. Two pages are ASP pages (which use variable strings passed in the link)--the new Banner will display the Office Title; the Sidebar will display a list of employees in that Office. The third (Content) page will just be an html page.
I chose to make separate frameset pages because multiple pages are being replaced with one link. The session variables were developed to be passed to the new frameset pages.
I want to replace the old frameset page with a new frameset in the same format. When I click on a link, a new, smaller window opens on top of the first window. When I open a link from the second window, the third level opens into the original window. How can I ensure only one window is open? Thank You!
I chose to make separate frameset pages because multiple pages are being replaced with one link. The session variables were developed to be passed to the new frameset pages.
I want to replace the old frameset page with a new frameset in the same format. When I click on a link, a new, smaller window opens on top of the first window. When I open a link from the second window, the third level opens into the original window. How can I ensure only one window is open? Thank You!