| _1 | __ | <SCRIPT LANGUAGE="JavaScript"> |
| _2 | <!-- | |
| _3 | __function newWin() { | |
| _4 | ____window.open("window1.html","sample1","width=400,height=100"); | |
| _5 | __} | |
| _6 | // --> | |
| _7 | </SCRIPT> | |
| _8 | <A HREF="javascript:newWin()">new window open</A> |
| property | unit | supported browser |
|---|---|---|
| width | pixels | NN2,NN3,NN4,IE3,IE4 |
| height | pixels | NN2,NN3,NN4,IE3,IE4 |
| toolbar | [1|0] or [yes|no] | NN2,NN3,NN4,(IE3?),IE4 |
| menubar | [1|0] or [yes|no] | NN2,NN3,NN4,(IE3?),IE4 |
| status | [1|0] or [yes|no] | NN2,NN3,NN4,(IE3?),IE4 |
| location | [1|0] or [yes|no] | NN2,NN3,NN4,(IE3?),IE4 |
| scrollbars | [1|0] or [yes|no] | NN2,NN3,NN4,(IE3?),IE4 |
| directories | [1|0] or [yes|no] | NN2,NN3,NN4,(IE3?),IE4 |
| resizable | [1|0] or [yes|no] | NN3,NN4,(IE3?),IE4 |