
03-08-2009
|
|
|
|
Re: Bug: nonstop windows opening
drew wrote:
> This has happened to me a number of times. I'll navigate to a webpage, it
> will begin to load, I'll decide to close the window, and then IE opens new
> window after new window trying to load the same page -- it effectively
> hijacks my computer which is reduced to a crawl, I have to open Task Manager
> and End Process all of the iexplorer.exe images. I'm using IE 6.0.2900.5512.
> HELP!!!
If you are using a version of Windows that includes the taskkill.exe
command, create a shortcut in a toolbar in the Windows taskbar that
runs:
%windir%\system32\taskkill.exe /im iexplore.exe /f
This will kill all instances of Internet Explorer. Easy to reach the
button in the toolbar.
You might want to consider a better popup blocker. Malicious sites will
use the onclose or onblur script event to open new windows when you
attempt to close the window to their site in trying to force you to stay
there.
Got an example site where this repeatedly happens?
|