` Printed Icetips Article

Icetips Article



Par2: IE4 bugs with Javascript - fix
1998-07-04 -- Mike Pasley
 
Its been reported that certain Javascript commands such as "window.open" may
not work out in MS IE 4 although it worked in IE3.02 and NS2 thru 4. It
turns out it may really be an IE4.0 bug.

There is a service pack for IE4.x at http://www.microsoft.com/ie/download/sp1.htm
or:

Fixing the bug made everything just fine for me.
In a nutshell you just do the following:

Use Run (from the Start button) to do this:
       regsvr32 actxprxy.dll
You should get this message:
                "DllRegisterServer in actxprxy.dll succeeded."
Then use Run to do this:
       regsvr32 shdocvw.dll
You should get this message:
                "DllRegisterServer in shdocvw.dll succeeded."
Then restart your computer.

Go to http://support.microsoft.com/support/kb/articles/q180/1/76.asp
for the details.



Printed May 2, 2024, 6:44 pm
This article has been viewed/printed 35109 times.