Embedding Plant SCADA Access Anywhere in an iFrame
- Last UpdatedJun 18, 2024
- 1 minute read
To embed Plant SCADA Access Anywhere within a third-party web page using the iframe mechanism, simply place an iframe tag within the containing page, and have the iframe’s SRC attribute reference the Plant SCADA Access Anywhere URL.
For example:
<body>
<h1>Embedded Plant SCADA Access Anywhere</h1>
<iframe src="http://127.0.0.1:8080/PlantAccessAnywhere/start.html" style="width:1024px; height:768px"></iframe>
</body>
When a Plant SCADA Access Anywhere session ends, it can be configured to send the browser to a specified URL using the endURL setting.
-
Specify a simple URL to redirect the iframe.
-
Prefix the URL with ^ to redirect the iframe's parent (container).
-
Prefix the URL with $ to redirect the top-most container.
-
Specify # and the URL will close the browser tab.