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.