How to use WINDOW.Open and parameter description

zhaozj2021-02-16  88

I. WINDOW.OPEN () support environment: ??????? javascript1.0 / jscript1.0 / nav2 / ie3 / Opera3 two, basic syntax: ??????? window.open (PageURL, Name, parameters ????????? where: ????????????????????????? ?????????? to the sub-window handle ????????? parameters ???? is the window parameter (each parameter is separated by commas). Example: ??????? < Script> ?????????

?????????????????? After the script runs, Page.html will open in the new form newwindow, width is 100, high is 400, the point of the screen 0 pixels , The left 0 pixels, no toolbar, no menu bar, no scroll bar, non-adjustable size, no address bar, no status bar. ??????? Please contact several parameters involved in the above example, there are many other parameters, please see IV.

Fourth, various parameters ??????, where Yes / NO can also use 1/0; Pixel Value is a specific value, unit pixel.

parameter

Ranges

Description

ALWAYSLOWEREDYES / NoWayslow Hide After all windows, Alwaysraisedyes / no Specify window Suspend on all windows Dependedyes / no and parent window simultaneously close DirectoriesyesYes / Nonav2 and 3 Directories I can see the Heightpixel Value window Height HotKeysyes / no no menu In the window of the column, set the Pixel Highness in the INNNERHEIGHTPIXEL VALUE window in the INNERWIDTHPIEL VALUE window in the INNERWIDTHPIXEL VALUE window, whether you can see if the menubaryes / no menu bar is available OuterHeightPixel Value Settings window (including decorative borders) Pixel Height OuterWidthpixel Value Settings Window (including decorative borders) Pixel width resizableyes / no window size adjustable ScreenxPixel Value Window Screen The pixel length ScreenyPixel Value Window Screen The pixel length Scrollbarsyes / NO window can be Scroll Bar TitleBaryes / No Window Title Column Whether the pixel width of the Toolbaryes / NO window is activated over other windows after activation

转载请注明原文地址:https://www.9cbs.com/read-13413.html

New Post(0)