The Window.open() method

Let's try creating a larger list of options. Mm3303 students, be sure to copy this....
Experiment with different options in this table. A variable called options will be created below with your list of window options. Then click Make my Window to see how your window looks.

Optionchoicesyour entry
toolbar yes/no or 1/0
status yes/no or 1/0
menubar yes/no or 1/0
scrollbars yes/no or 1/0
resizable yes/no or 1/0
location yes/no or 1/0
directories yes/no or 1/0
width # of pixels
height # of pixels

options = ""+
""

window.open("mytest.htm","",options)