Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 3:34 am This article has been viewed 35182 times.
|
|