The PT application uses six ASP pages: gate.asp (two versions), viewData.asp, postIt.asp, menu.asp, and Build.asp. ASP plays only a small part in the PT application. Functions in JavaScript files, SQL Server stored procedures, and COM objects do most of the processing; for example, the two ASP pages that provide data access (viewData.asp and postIt.asp) only instantiate a COM object and call a method.
The following topics describe the ASP pages in detail: