The document contains HTML code for several webpages that demonstrate different VBScript controls and functions. Some key examples include:
1. A webpage with various form controls like text boxes, checkboxes, radio buttons and buttons, along with VBScript code to handle onclick events for the buttons.
2. Another webpage shows how to dynamically change button text on click using the VBScript subroutine.
3. A third webpage contains checkbox controls for colors and VBScript code to handle onclick events and display the selected color.