Changes

Jump to: navigation, search

JavaScript Window Object

193 bytes added, 19:28, 9 May 2007
Closing Browser Windows using JavaScript
</pre>
 
It is also possible to close the window that opened the current window using ''opener'':
 
window.opener.close()
 
will close the window that opened the window in which the above script is run.

Navigation menu