DISCUSSION A: Yes. All you need to do is set up MenuBox and the AutoRun file as explained on this page: - 3-185 - Tutorial: Using the MenuBox Browser Container Window
Then modify menubox.ini, removing the Width and Height keys and appending the following lines to the [BrowserWindow] 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 Browser Window Mode section of the MenuBox documentation. Also see:
|