10.5.1 Configuring OmniHelp window usage and frameset dimensions
You can determine whether OmniHelp opens in a new browser window, or in the existing browser window. The default is to open in a new window:
; NewWindow = Yes (default, use settings below
; for FrameHigh, FrameWide, and FrameOptions)
; or No (use existing browser window)
If you are generating OmniHelp intended for local use, probably you want the OmniHelp frameset to open in a new window, without browser “chrome” (menus, toolbars, icons, and the like). However, see §10.14.3 Coping with browser quirks.
By default, the mostly empty browser window that opens initially remains open, behind the OmniHelp window. To close the initial browser window:
; CloseOldWindow = No (default)
; or Yes (if NewWindow, close opening window)
Some browsers ignore the CloseOldWindow option (Firefox, Netscape Navigator); others request confirmation before closing the window (Internet Explorer).
When OmniHelp opens in a new window (the default), you can specify frame dimensions and positioning for the OmniHelp frameset:
;Frameset dimensions (in pixels) and properties
; Frame dimensions, do not reduce any of them at all
; TopFirst = Yes (top frame full width) or No (left frame full height)
You can use JavaScript to add bits of chrome:
; FrameOptions = JS window.open() values as in [SecWindows]
See §10.9 Jumping to secondary windows in OmniHelp. For more information, look up the window.open() function in any JavaScript reference.
> 10 Generating OmniHelp > 10.5 Customizing OmniHelp display features > 10.5.1 Configuring OmniHelp window usage and frameset dimensions