How To...Leave Portal Mode
Go Back...
In a typical walled-garden environment, portal mode is left through either
a hot key mechanism or through content. The Escape portal mode can be left
by pressing the hot key for portal mode (default F3).
Content can alternatively take advantage of the Portal DOM object (available
only in portal mode) and exit the portal through the JavaScript code below:
<script>
Portal.exitPortal();
</script>
The link below uses the Portal DOM object to exit this portal:
Exit portal mode
Top of the page
Go Back...