![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveBy closing a window in firefox browser closes all other windows
From: karthi <tkarthi03@gmail.com>
Date: Tue Jan 31 2006 - 06:38:11 CET
Hi,
I have invoked a html page from an another html page by the
if (args.indexOf("APPLaunched") == -1) {
if (winrunapp == null || typeof(winrunapp) == "undefined") {
If I am trying to close the newly invoked runAPP.shtml (child window),
Please provide me with solutions to avoid closing all other windows.
Thanks in advance,
|