WinStudio

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.

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, you enter the HTML code for a working web page in this field, for example:

<HTML>
<BODY>
Hello world!
</BODY>
</HTML>

Related Topics

About Browser Components