![]() |
|
|
+ Search |
![]()
|
Apr 15th, 2000 16:15
Martin Honnen, Ryan Thomson, http://developer.netscape.com/docs/manuals/js/client/jsref/window.htm#1202731
You open a new window with the window object's
open
method which takes three arguments:
open('url', 'windowName', 'featureString')
where the second and third argument are optional. To open a blank
window use
open('about:blank', 'windowName')