Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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.
Today is November 21, 2024, 7:48 am This article has been viewed 35179 times.
|
|