Disable Tabbed browsing using javascript
-
Hi Everyone, Is it possible to close all tabs in the browser using javascript in IE7 & Firefox. Please let me know if anyone has the code. Thanks in Advance.
Regards, Manowj
I don't think you can close tabs you didn't open through javascript (imagine the havoc that would cause, if every web page you went to closed all your other tabs). If you did open it (using window.open()), you can close it using window.close() or self.close().
- S 50 cups of coffee and you know it's on! Code, follow, or get out of the way.
-
I don't think you can close tabs you didn't open through javascript (imagine the havoc that would cause, if every web page you went to closed all your other tabs). If you did open it (using window.open()), you can close it using window.close() or self.close().
- S 50 cups of coffee and you know it's on! Code, follow, or get out of the way.