Edit Browser Binding Specification

Use this form to establish and maintain information used to connect to a URL or to display HTML code in a Browser component.

This form is used only with Browser components.

This form includes these fields and options:

Field/Option Description
Type From the drop-down list, select what type of information to display in the browser: a URL to a web page or inline HTML code.
Filename If you selected URL for the Type, specify the full URL to a web page, for example:

http://www.infor.com

If you selected HTML for the Type, enter here the HTML code to be rendered, for example:

<HTML> 
<BODY>Hello workd! </BODY>
</HTML>