Sent: Wednesday, March 07, 2001 2:08
AM
Subject: [Dynapi-Dev] Opera recognition
in browser.js
As I've said before, DynAPI does't recognize
Opera if Opera identifies as anything other than IE. This bug is REALLY simple
to fix; just replace line 10 in browser.js with this o
kelijk bericht-Van:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Namens Richard
BennettVerzonden: woensdag 7 maart 2001 11:57Aan:
[EMAIL PROTECTED]Onderwerp: Re: [Dynapi-Dev] Opera
recognition in browser.js
Isn't it handy to be able to detect Opera, and
redirect to another
Isn't it handy to be able to detect Opera, and
redirect to another version?
- Original Message -
From:
Pascal
To: [EMAIL PROTECTED]
Sent: Wednesday, March 07, 2001 11:48
AM
Subject: RE: [Dynapi-Dev] Opera
recognition in browser.js
if I remember
])Software
ontwikkelaarOberon Informatiesystemen b.v.http://www.oibv.com
-Oorspronkelijk bericht-Van:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Namens Daniel
HolmenVerzonden: woensdag 7 maart 2001 11:08Aan:
[EMAIL PROTECTED]Onderwerp: [Dynapi-Dev] Opera
recognition in browser.js
As
As I've said before, DynAPI does't recognize Opera
if Opera identifies as anything other than IE. This bug is REALLY simple to fix;
just replace line 10 in browser.js with this one:
if ((b=="Opera") ||
(navigator.userAgent.indexOf("Opera")>0)) this.b = "opera";
Voila, it recognizes Opera