Title.asp
This is the visible frame positioned nearest the top of the screen. It contains the form’s title bar and tab bar. Its main purpose is to handle form commands, including all the toolbar buttons and “change page” commands from the tab bar.
When a new tab is selected, the following steps occur:
- Data on the current page is submitted to Commands.asp on the server, where it is copied to the Message object cached in the server-side ASP session.
- Data for the new page is retrieved from the cached Message object and copied to the HTML controls on the new page.
- The new page is swapped into the frameset in place of the old page.
- The result is downloaded to the browser.