New Window
Tryk her for at åbne et nyt vindue.
How to use
Syntax
[Browser name]=window.open('[HTML site]', '[Browser name]', '[Tags]');
Tags
Width
width=[size]
Height
height=[size]
Resizeable
resizable=[yes/no]
Scrollbars
scrollbars=[yes/no]
Toolbar
toolbar=[yes/no]
Locationbar
location=[yes/no]
Directoriesbar
directories=[yes/no]
Statusbar
status=[yes/no]
Menubar
menubar=[yes/no]
Copy history
copyhistory=[yes/no]
Example
NewWindow=window.open('side.html', 'NewWindow', 'toolbar=no,location=yes,directories=no,status=no,menubar=yes');
Downloaded from: Script.dk