javascript thread: How can I close a 'browser'
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
|





