Go Back   TechArena Community > Technology > Technology & Internet
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



How can I stop closing all browser windows at once in Windows XP

Technology & Internet


Reply
 
Thread Tools Search this Thread
  #1  
Old 01-08-2009
Member
 
Join Date: May 2009
Posts: 3,621
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?
Reply With Quote
  #2  
Old 01-08-2009
Grohu's Avatar
Member
 
Join Date: May 2008
Posts: 670
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.
Reply With Quote
  #3  
Old 01-08-2009
fellah's Avatar
Member
 
Join Date: May 2008
Posts: 690
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>
Reply With Quote
  #4  
Old 01-08-2009
arturro's Avatar
Member
 
Join Date: May 2008
Posts: 611
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.
Reply With Quote
Reply

  TechArena Community > Technology > Technology & Internet


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 05:46 AM.