CetusLink Keyword Code Reference

Browser
-------

Browsers show Web pages, written in HTML, in a self-contained box. In keyword code, you can use these objects to show complex formatted articles or data. A browser has six properties:

Left		Number of twips from the left side of the container object.	Number
Top		Number of twips from the top of the container object.		Number
Height		Twips from the top to the bottom of the object.			Number
Width		Twips from the left edge to the right edge of the object.	Number
Visible		Defines whether the object is visible or not.			Two-State Number
URL		Defines the location of the HTML page to show in the browser.	String

Events:
OnClick		Defines what function is executed when the user clicks
		the object.