RJL Software
Home to RJL SoftwareWindows SoftwareTechnical Support
Home Support FAQ Software  
Money Help Fund
Search
Answers

FAQ for AutoRun Wizard v2.05 AutoRun Wizard

No More Guesswork - Just Search and Solve. Back to questions for AutoRun Wizard

Question  How can I close the KIOSK window?

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.

Do you like AutoRun Wizard? Money Money


Rating: Top Rated!Top Rated!Top Rated!Top Rated!Top Rated! (16 votes) Rate this answer Rate this answer

Additional Information Additional Information Printer Friendly Printer Friendly
Added: Feb 1, 2007