Re: Pop-up windows will not open...!
Thank you for your reply to my problem. I received the following message from the person who wrote that Javascript.
I'm wondering if anyone has input to this idea, or how Opera identifies itself.
Thanks,
dEAN
Hey Dean,
This is likely...
"The reason it works for other people is that opera used to identify itself
as internet explorer by default, and their settings probably haven't been
changed."
Unfortunately, I have no idea what Opera *does* identify itself as... *my*
version (latest) still ID's as IE. Go figure.
If you can dig that factum up somewhere a script mod would be easy enough
for you to do (see below).
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var isOP=(navigator.appName.indexOf("????????")!=-1)?1:0;}
if (isOP) {isIE=1;}
|