Connections for the Web Browser ActiveX control
The following table shows the connections to control the operation of the Web Browser ActiveX control at runtime.
Connections | Descriptions |
---|---|
URL Required | This connection specifies the URL of the web page to be shown in the control. The connection can be a fixed string (for example, "http://www.rockwellautomation.com/") or a memory or direct reference string tag. A string tag would contain the URL of the web page to be shown in the control. |
Back Optional | A zero to non-zero transition will navigates backward one item in web browser's history list. The connection is read-only. The connection data type is Boolean. |
Forward Optional | A zero to non-zero transition will navigates forward one item in web browser's history list. This connection is read-only. The connection data type is Boolean. |
Stop Optional | A zero to non-zero transition will cancel any pending navigation or download operation and stop any dynamic page elements, such as background sounds and animations. This connection is read-only. The connection data type is Boolean. |
Refresh Optional | A zero to non-zero transition will reload current web page. This connection is read-only. The connection data type is Boolean. |
Provide Feedback