IE6 Open New Window links giving Error

  • Thread starter Thread starter Artgal
  • Start date Start date
A

Artgal

Hi Group,

I sure hope someone can help me with this:

Since early yesterday, JavaScript links that should open a new window are
returning the following error:
---------------------
Problems with this web page might prevent it from being displayed properly
or functioning properly..

Line: 1
Char: 1
Error: Object doesn't support this property or method
Code: 0
URL:
javascript:parent.fnDisplayDetails('http://download.windowsupdate.com/msdown
load/update/v3/static/rtf/en/5986.htm');
----------------

I've checked my internet settings:
I have Java Console and JIT Compiler enabled in my Tools/Internet Options/
Advanced/ Microsoft VM (but not Java logging)
I have MS VM Java Permissions set to Medium Safety in Security Settings

I'd be so grateful if anyone could help me resolve this.

Barb
 
Artgal said:
Hi Group,

I sure hope someone can help me with this:

Since early yesterday, JavaScript links that should open a new window
are returning the following error:
---------------------
Problems with this web page might prevent it from being displayed
properly or functioning properly..

Line: 1
Char: 1
Error: Object doesn't support this property or method
Code: 0
URL:
javascript:parent.fnDisplayDetails('http://download.windowsupdate.com/msdown
load/update/v3/static/rtf/en/5986.htm');
----------------

I've checked my internet settings:

Advanced/ Microsoft VM (but not Java logging)

I'd be so grateful if anyone could help me resolve this.

Barb

Java and JavaScript are not related, except in some marketer's mind.

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
 
Hi Frank,

Thanks for your reply. I had read this reply in one of your previous posts
with a similar situation. I was a little unclear as to which link I should
go to but I chose the second one because I'm running XPHome. I downloaded
and installed Windows Script 5.6 for WinXP. It didn't help. I just took a
look at the first link you posted and, again, I'm unclear as to which link
on that page I need to look at. Most of this info is over my head. I don't
see a link that specifically says "Refresh Scripting Engine". Can you point
me in the right direction? And if all this fails would you recommend
reinstalling IE6? Can it be reinstalled individually from my WinXP Home CD?

TIA,
Barb

----------------
 
For WinXP use this link:
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup. Do not send email
http://www.fjsmjs.com

Artgal said:
Hi Frank,

Thanks for your reply. I had read this reply in one of your previous
posts
with a similar situation. I was a little unclear as to which link I
should
go to but I chose the second one because I'm running XPHome. I
downloaded
and installed Windows Script 5.6 for WinXP. It didn't help. I just
took a
look at the first link you posted and, again, I'm unclear as to which
link
on that page I need to look at. Most of this info is over my head. I
don't
see a link that specifically says "Refresh Scripting Engine". Can you
point
me in the right direction? And if all this fails would you recommend
reinstalling IE6? Can it be reinstalled individually from my WinXP
Home CD?

TIA,
Barb

----------------


javascript:parent.fnDisplayDetails('http://download.windowsupdate.com/msdown
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
For WinXP use this link:
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
 
Back
Top