Use JavaScript to open the window without maximizing, minimizing, and closing buttons using JavaScript

xiaoxiao2021-03-05  21

WINDOW.OPEN

"

URL

"

,

"

_blank

"

,

"

Fullscreen = 3, titlebar = no, toolbar = no, location = no, directories = no, status = no, menubar = no, scrollbars = no, resizable = yes, edge: raised, left = 0, TOP = 0, width = 200, Height = 300, FALSE);

The above code should be very familiar, only two places with the general open window: the value of the fullscreen property is set here to 3, and there is more edge: rased parameters,

Note the format of the Edge parameter, this parameter is different from the format of other parameters.

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

New Post(0)