Add an address bar
Add an address bar for the Web browser object.
Tip: The address that you enter must start with the protocol. For example, https://rockwellautomation.com
Prerequisites
To add an address bar
- In Project view, create a Web Browser object.
- Create an Editable Label object.
-
Create variable of String data type.
For more information, see Variables.
-
(optional) Determine the start page by entering a web address as the variable value.
For example, enter https://www.rockwellautomation.com
-
Create a dynamic link between the Text property of the Editable Label object and the variable.
For more information about dynamic links, see Create dynamic links.
-
Create a dynamic link between the URL property of the Web Browser object and Editable Label Text property.
For more information about dynamic links, see Create dynamic links.