C
cooch17
Greetings -
I have a number of websites that make use of popups spawned by a user
clicking a link. Nothing fancy - here is typical code:
<a href="popup.html" target="pop_win"
onClick="msgWindow=window.open('','pop_win',
'resizable=no,width=600,height=300')"> click here</a>
Now, this works perfectly with Mozilla, Firefox, Opera - everything
except good old IE 6.xx (6.0.29, on my main machine). When I try this
link with IE, I get the following errors (in a little popup window).
Line: 146
Char: 1
Error: class not registered
Code: 0
URL: URL of the page with the preceding code
Any ideas what the problem is? Why is IE being so cranky? Too easy
just to blame Micro$oft, but when 80-90% of your users are still using
IE, its hard to ignore.
I have a number of websites that make use of popups spawned by a user
clicking a link. Nothing fancy - here is typical code:
<a href="popup.html" target="pop_win"
onClick="msgWindow=window.open('','pop_win',
'resizable=no,width=600,height=300')"> click here</a>
Now, this works perfectly with Mozilla, Firefox, Opera - everything
except good old IE 6.xx (6.0.29, on my main machine). When I try this
link with IE, I get the following errors (in a little popup window).
Line: 146
Char: 1
Error: class not registered
Code: 0
URL: URL of the page with the preceding code
Any ideas what the problem is? Why is IE being so cranky? Too easy
just to blame Micro$oft, but when 80-90% of your users are still using
IE, its hard to ignore.