Edit Browser Binding Specification dialog box

Browser components on a form are bound to the Browser data binding type, which specifies behavior that is unique to browser components. Use this dialog box to maintain information used to connect to a URL or to display HTML code in the browser.

Field/Option Description
Type The type of information to display in the browser: URL link or inline HTML code.
File Name The file name and path of the URL, or the HTML code to display. If Type is set to HTML, enter the HTML code for a working web page in this field, for example:
<HTML>
				<BODY> Hello world! </BODY> 
</HTML>