Click to See Complete Forum and Search --> : IExplorer freezes


kelly_01
10-09-2004, 05:32 PM
When I close a .html or .asp-page opened by javascript, IExplorer freezes and has to be restarted. No problems with other filetypes.... Anybody have solution?
The script is:
<HEAD>
<script language="javascript">

function OpenWin(OpenURL)
{
NewWin=window.open('http://www.myweb.org/doc/' + openURL,'NewWin','location=no,menubar=yes,directories=no,scrollbars=yes,resizable=yes,status=no,widt h=700,height=300');
}
function OpennewWin(OpenURL)
{
NewWin=window.open(OpenURL,'NewWin','location=no,menubar=no,directories=no,scrollbars=yes,resizable= yes,status=no,width=700,height=300');
}
</script>
</HEAD>

--------------
The file is opened by:
<a href="javascript:OpenWin('myfile.html')";>Myfile</A><br>

steelersfan88
10-09-2004, 05:36 PM
Welcome to the forums.

I've never experienced a problem such as this? What version of the browser are you using? (Help + About ...)

Dr. Script

JPnyc
10-09-2004, 05:39 PM
Find ie6setup.exe on your system, and reinstall, then update it.

JPnyc
10-09-2004, 05:41 PM
Also check internet options, advanced tab, and see that scripting is fully enabled.

kelly_01
10-09-2004, 05:43 PM
I am using IExplorer version 6.0

kelly_01
10-09-2004, 05:47 PM
I have tested on other PCs with the same problem. However there are no problems when using Mozilla or Netscape.

Jona
10-09-2004, 06:49 PM
Originally posted by kelly_01
However there are no problems when using Mozilla or Netscape.

Then use Mozilla. :D

Can you show us an example page? We can't observe the problem if we cannot see it, for computers are a science of themselves.

kelly_01
10-09-2004, 07:14 PM
I made a page containing one link "LYS-Rule" which opens a HTML document (in Swedish).

http://www.ssf.se/system/html/tk/lys.html

steelersfan88
10-09-2004, 07:16 PM
Didn't freeze for me. I'd suggest you reinstall IE rather than switch to another browser. However, this would be a personal preference, that improvement is better than different.

JPnyc
10-09-2004, 07:33 PM
No freeze here

kelly_01
10-09-2004, 07:45 PM
Then it seems to be a bug in the Swedish release of the IExplorer as this occurs not only on my computer but on others as well.....
Thank you all!

JPnyc
10-09-2004, 07:51 PM
Welcome.