Support for AutoRun Wizard

Download a free 100% fully functional version

AutoRun Wizard FAQ


Q: How can I close the KIOSK window? (45,962 views)

When you create an autorun HTML file that includes setting the Internet Explorer to run in KIOSK mode, you will need to provide the user a way to close the autorun html. The simplest way to do this is to add a link (image or text) that does the JavaScript to close the browser window.

Here is an example:

<a href="#" onClick='window.opener=self;window.close()'>Close Window</a>

The above code will generate a link called "Close Window" that, when clicked, will close the KIOSK browser window for Internet Explorer. You can read this FAQ for information on setting up an HTML to autorun with menus, buttons and fancy graphics.


Go back to the FAQ for AutoRun Wizard.