|
| |||||||||
| Tags: browser window, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How can I stop closing all browser windows at once in Windows XP
Since yesterday I am having issues with my IE. I tried to close one of my browser window but to my surprise all of the browser windows closed at once. It not even asked me if I want to close. I am using Internet Explorer 7. But all my other applications such as Excel or Word remains open. I confirmed my settings and found nothing. Can you suggest me how can I stop closing all windows at once in Windows XP? |
|
#2
| ||||
| ||||
| Re: How can I stop closing all browser windows at once in Windows XP
Try to reset Internet Explorer settings as follows: 1. Exit all programs, including Internet Explorer (if it is running). 2. Click Start, and then click Run. Type "inetcpl.cpl" command in the Open box, and then press ENTER. The Internet Options dialog box appears. 3. Click the Advanced tab. 4. Under Reset Internet Explorer settings, click Reset. Then click Reset again. 5. When Internet Explorer finishes resetting the settings, click Close in the Reset Internet Explorer Settings dialog box. 6. Start Internet Explorer again. |
|
#3
| ||||
| ||||
| Re: How can I stop closing all browser windows at once in Windows XP
Here is a small JavaScript that you can use to stop your browser from closing unexpectedly: HTML Code: <html> <head> <script language = 'javascript'> function onBeforeUnloadAction () { return "Think twice before you leave!"; } window.onBeforeUnloadAction = function(){ if((window.event.clientX<0) || (window.event.clientY<0)){ return onBeforeUnloadAction(); } } </script> </head> <body> </body> </html> |
|
#4
| ||||
| ||||
| Re: How can I stop closing all browser windows at once in Windows XP
Try to run your Internet Explorer without any add-ons and see if you still have the problem with browser closing all at once. If not then I think there is some issues with your add-ons or some toolbar. Remove all the toolbars that you have and then reinstall them once again. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How can I stop closing all browser windows at once in Windows XP" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stock browser and dolphin closing randomly on Sony Tablet S | Eta!! | Portable Devices | 8 | 28-10-2011 11:22 AM |
| Opera browser carry on downloading YouTube videos even closing their respective tab. | TO-Phir | Technology & Internet | 5 | 20-06-2011 08:53 PM |
| Windows 7: Aero Lag when opening and closing windows | Jaiya | Operating Systems | 3 | 19-04-2011 09:22 AM |
| How to Stop Flash .tmp files from auto-deleting when closing | Drek | Technology & Internet | 2 | 10-06-2009 09:35 AM |
| reopen tabs on IE8 after closing the browser | Tanvir | Windows Software | 3 | 30-03-2009 11:05 PM |