Программирование > JavaScript & JScript
window.open features
ThE0ReTiC:
commander
FullScreen Property
--------------------------------------------------------------------------------
Sets or retrieves a Boolean value that indicates whether Microsoft® Internet Explorer is in full-screen or normal window mode.
Syntax
InternetExplorer.FullScreen(bFullScreen) [ = bFullScreen ]
Possible Values
bFullScreen Boolean that specifies or receives one of the following values:True Internet Explorer is in full-screen mode.
False Default. Internet Explorer is in normal window mode.
The property is read/write. The property has a default value of False.
Remarks
In full-screen mode, the Internet Explorer main window is maximized and the status bar, toolbar, menu bar, and title bar are hidden.
The WebBrowser object ignores this property.
Applies To
[ Object Name ]
Platform Version
Win32:
Windows CE:
Version data is listed when the mouse hovers over a link, or the link has focus.
InternetExplorer
Move the mouse pointer over an element in the Applies To list to display availability information for the listed platforms. Internet Explorer does not expose this member on platforms that are not listed.
это если надо только IE ориентированное решение
commander:
hi! full screen я уже пробовал... не подходит... а по поводу titlebar навел справки... в IE убрать его можно только и с применением ActiveX, а в Netscape можно сделать так:
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
self.window.toolbar.visible = true;
Навигация
Перейти к полной версии