AutoRun and Full Screen MenuBox Browser Container
TOPIC
Q: Can I automatically open a full screen browser window when my CD or DVD is inserted in the drive?
DISCUSSION
A: Yes. All you need to do is set up MenuBox and the AutoRun file as explained on this page:
Then modify menubox.ini, removing the Width and Height keys and appending the following lines to the [HTMLWindow] section (anywhere before or after the URL key):
FullScreen = True
Borderless = True
If you use the Borderless key, which also removes the title bar, be sure to include a "Close" or "Exit" link in your code, i.e. something like:
<a href="javascript:menubox_close()">Close Window</a>
For additional information please see the HTML Window Mode section of the MenuBox documentation.
Related Links
ARTICLE INFORMATION
Article ID: | 13-188 |
---|---|
Platform: | Windows |
Products: | MenuBox |
Additional Keywords: | Internet Explorer |
Last Update: | 2008-01-21 |
It is safe to link to this page.