How to close the web application
-
i am using Mozilla FireFox in that how to write the code for closing the web application so that the firefox is closed.i tried using window.close() but it works for IE not for FireFox...
Do you mean that you want to close the browser for any event ? Just write a javascript for that you can try below one window.opener = self;window.open('','_parent','');window.close();
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
i am using Mozilla FireFox in that how to write the code for closing the web application so that the firefox is closed.i tried using window.close() but it works for IE not for FireFox...
you can't close application :doh:
I am not a perfect programmer,but i have perfect's programmers' habits.
-
you can't close application :doh:
I am not a perfect programmer,but i have perfect's programmers' habits.
-
Do you mean that you want to close the browser for any event ? Just write a javascript for that you can try below one window.opener = self;window.open('','_parent','');window.close();
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
ya this code works for internet explore but not for firefox.Do u have any solution for it.
-
ya this code works for internet explore but not for firefox.Do u have any solution for it.
[Message Deleted]
-
[Message Deleted]
-
Sorry not its not working I searched the web and found that for FireFox 2.0 and above it won't work.FF don't allow to close the browser using javascript If the window is opened using javscript then only it can be closed
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
Sorry not its not working I searched the web and found that for FireFox 2.0 and above it won't work.FF don't allow to close the browser using javascript If the window is opened using javscript then only it can be closed
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog