Embed InTouch Access Anywhere in an iframe
- Last UpdatedJul 15, 2024
- 1 minute read
To embed InTouch Access Anywhere within a third-party web page using the iframe mechanism, place an iframe tag within the containing page, and have the SRC attribute of the iframe reference the InTouch Access Anywhere URL.
For example:
<body>
<h1>Embedded InTouch Access Anywhere</h1>
<iframe src="http://127.0.0.1:8080/AccessAnywhere/start.html" style="width:1024px; height:768px"></iframe>
</body>
When an InTouch 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.