BSPs with Layout, Initialization, and Input Processing 
In this example, there is a CD page as well as a book page. The CD page should be aligned with the distribution of CDs. Furthermore there is also user input, which outputs the book page or the CD page depending on the category that was selected on the selection page.
These BSPs are as follows in the Web Application Builder:
Layout of select.htm |
End of the code. |
OnInputProcessing of select.htm |
End of the code. |
Layout of books.htm |
End of the code. |
OnInitialization of books.htm |
End of the code. |
Page attributes of books.htm |
||||
Attribute Name |
Automatically |
Typing Kind |
Reference Type |
Description |
Books |
TYPE |
TARTICLE |
List of books |
|
Layout of cds.htm |
End of the code. |
OnInitialization of cds.htm |
End of the code. |
Page attributes of cds.htm |
||||
Attribute Name |
Automatically |
Typing Kind |
Reference Type |
Description |
CDs |
TYPE |
TARTICLE |
List of CDs |
|