Using ASP in the PT Application
The Active Server Pages (ASP) pages the PT application needs fall into three categories:
- ASP pages that work together with XSL and localized XML data to create the application menu bar. ASP Pages for the Menu Bar contains information about the tasks that Build.asp and menu.asp perform in the application.
- ASP pages that provide access to information in the Eval database. This access includes data retrieval and table actions that add, change, and delete records in tables. ASP Pages for Data Access describes how the application uses viewData.asp and postIt.asp to initiate queries and table updates.
- ASP pages that provide an entry point to the application and collect HTML files to populate the frames on form views. ASP Pages that Support Localization describes how nonlocalized gate.asp and localized gate.asp detect language preferences and provide a localized user inferface.