JS Window.Open open window detailed explanation
one, window.open () support / > two, basic grammar:
window.open (pageURL, name, parameters)
pageURL for the sub window path
name for the child window handle
parameters as the window parameter (the parameters are separated by comma) / > three. Eight=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / Screen left 0 pixels, no tool bar, no vegetable single, no scroll bar, no size adjustment, no address bar, no stateful bar. Please compare.
the above example involves several commonly used parameters. Besides these, there are many other parameters. See four.
four, various parameters
yes/no can also use 1/0; pixel value is specific value, unit pixel.
alwaysLowered yes/no specified window is hidden behind all windows and
alwaysRaised yes/no specified window is suspended on all windows on all windows,
depended yes/no tables and parent windows are closed at the same time. Can you see the
height pixel value window height
hotkeys yes/no in the window without the menu bar It can be seen whether the
menubar yes/no menu bar can be seen in the
outerHeight pixel value setting window (including the decorative border), the pixel height
outerWidth pixel value pixel The length of the pixel length of the window from the left edge of the screen,
screenY, pixel value, the length of the pixel length of the window on the screen,
scrollbars, yes/no UE pixel window width
z-look yes/no yes/no window is activated after floating on other windows.