Browser
The browser control allows you to embed a web site within the script, and once loaded interact with it via functions.
The standard browser has the following properties:

- Name: The name of the control
- URL: The default page to be shown
- Enabled (checkbox): Specifies whether the control is initially enabled or not
- Visible (checkbox): Specifies whether the control is initially visible or not
- Tab stop (checkbox): It must be enabled in order for the control to be included in the tabbing sequence
- Tab Order: Sets the tab order for the control
- Comment: Allows you to add details of the control use, which will be output to any documentation produced
- OnAction: Allows you to define a function to run when the control's Events are triggered. Click Clear to remove this function.

- Style: Allows you to select a style defined in the Style Editor
- Font: Allows you to define the font used for the text
- Tooltip: The text to be displayed when you hover the mouse over the control
- Background Colour: The background colour of the control
- Foreground Colour: The text colour
- Is right-to-left: Inverts the writing direction allowing you to type from the right to the left.

- Allow Context Menu (checkbox): When enabled the right click context menu is allowed on a browser
- Open popups in browser window (checkbox): If set the browser control will be used to display any pop-up windows that it tries to open
- Scrollable (checkbox): If set the browser control will show scrollbars if the page shown is bigger that the control size
- Suppress Errors (checkbox): When enabled errors are ignored, rather than showing as alert boxes