Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How can I close a 'browser'


Message #1 by "Myle" <myle.pham@n...> on Wed, 20 Sep 2000 20:01:15 +0100
Hi all,

I have a browser with two frame in it.  I want to close it and open a new
browser.  This is my code:

<SCRIPT language="JavaScript"> 
<!--hide 
window.close();
window.open('default.html','','width=400,height=200,resizable=yes');
//--> 
</SCRIPT> 

The window.close is just close the current frame only.


Thank you in advance

Myle

  Return to Index