The Form's Generated Pages

During form generation, certain pages are created automatically and receive predefined file names such as messages.asp and options.asp. Custom pages receive generated names; for example, Page_2.asp.

There will be either one version or two of each page, depending on whether the original form used different layouts for read mode and compose mode. These are the possible versions:

Page name Description
PageN.asp Compose-mode page
PageN_R.asp Read-mode page (optional)

For the LitCrit application, the only form of this type that is actually used at run time is the Page_3.asp page, although others were generated.