|
|
|
|
|
|
Pop it up.<a href="javascript:;"
onclick="window.open('closewindow.html', 'newwnd',
'width=300,height=150,left=50,top=150,status=1,scrollbars=1,resizable=1')">Pop it up.</a>Options:
width=300,height=150 = size of new window
left=50,top=150 = position on screen
(number of pixels from top left corner)
status=1,scrollbars=1,resizable=1 =
status bar, scrollbars, user resizable, 1 = yes, 0 = no
<Previous | Javascript | Webwork Table of Contents | Next>