The Web Pages in the Issue Tracking Sample Application
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
The Issue Tracking sample application is built around a series of data access pages. Workflow functionality is implemented using the Microsoft® Visual Basic® Scripting Edition (VBScript) within the data access pages and by including Web pages created using Microsoft® JScript®. All of these files work together to complete the application.
The Issue Tracking sample application consists of the following Web pages.
Web pages | Type | Description |
---|---|---|
Comments.htm | Data page | Shows a list of comments associated with a specific issue. Displayed in a dialog box from the Detail Form. |
Common.vbs | VBScript file | Contains a set of VBScript functions that are used by several different pages. |
CustomizeView.htm | HTML with JScript | Makes it possible for the user to change the display settings for the grid. Displayed in a dialog box from the Grid View page (GridView.htm). |
DatePicker.js | JScript file | A common JScript include file used to implement the date selection control used on the Detail Form (Detailform.htm). |
Default.htm | HTML | Stub file used to redirect to the main application page (GridView.htm). Specifies all the files used in the application. |
DetailForm.htm | Data page | Displays the details for a specific issue and makes it possible for the user to make modifications to the issue. Shown in a separate window from the Grid View. |
EnterComment.htm | HTML with VBScript | Makes it possible for the user to enter or modify a comment associated with an issue. Displayed in a dialog box from the comments page. |
EnterFile.htm | HTML with VBScript | Makes it possible for the user to specify or select a file or Web link as a linked file. Displayed in a dialog box from the linked files page. |
FindUser.htm | HTML with JScript | Makes it possible for the user to select an Owner for the issue from a list of the users associated with the database. Displayed in a dialog box from the Detail Form. |
GridView.htm | Data page | Shows a summary grid of all of the issues in the database. This is the main page in the application and is used as the starting point to all other pages. |
InteractiveFilter.htm | HTML with JScript | Filters the issues displayed in the grid based on user-supplied criteria. Displayed in an IFrame above the grid. |
ItemPermissions.htm | HTML with VBScript | Enables row-level security for the specific issue by specifying which database roles can read and modify the issue. Displayed in a dialog box from the Detail Form. |
LinkedFiles.htm | Data page | Shows a list of files or Web links to information related to a specific issue. Displayed in a dialog box from the Detail Form. |
Tabs.js | JScript | A common JScript include file used to implement a tabbed functionality for many of the pages. |
Views.htm | HTML with VBScript | Shows a list of views available to be displayed in the grid. Also makes it possible for the user to create, modify, and delete views. Displayed in an IFrame above the grid. |
deUsingITApplication.htm deIssueDetails.htm ITOverview.htm deWhatIsView.htm deWhatIsFilter.htm |
HTML | Help files associated with the Issue Tracking sample application. |
See Also
Issue Tracking Sample Application | The Structure of the Issue Tracking Sample Application | Workflow Functionality in the Issue Tracking Sample Application | Row-Level Security in the Issue Tracking Sample Application