Automatically closing the browser window

The purpose of this feature is to automatically close the launch page when your session(s) have been started. If you are using the Java Web-to-Host Control Module, refer to the note at the bottom of the topic.

Tip: If you are only starting one session and you are not using the launch pad feature, you can automatically close the user's browser window immediately after the session starts. However, you can still use this feature even if you are starting multiple sessions.
  1. Open the Web-to-Host Wizard.
  2. Select a site and click Next.
  3. Select a launch folder and click Next.
  4. In the Sessions window, click Next.
  5. In the Advanced Settings window, click Web-to-Host.
  6. Select the Launch All Sessions at Once radio button and the Automatically close browser window after session launch? check box.
    This causes the web page to automatically close after the BlueZone sessions are started.
  7. Click OK to return to the Advanced Settings window.
    From now on, when this launch folder is accessed, the launch pad is no longer displayed, all configured sessions are started simultaneously and the web page automatically closes.
  8. Click Next.
  9. In the Test Launch Folders window, test your changes.
  10. When finished, click Home to return to the Sites window or Quit to exit the Wizard.
Note on Java Control Module: If the above conditions are met and the Java Web-to-Host Control Module is used, the Applet closes the current tab by calling the JavaScript function autoCloseBrowser();. The autoCloseBrowser(); function is located in the [site]/shared/bzw2h.js file. Refer to Universal parameters for more information on the autoCloseBrowser(); function.