Bugs item #445855, was opened at 2001-07-29 23:54
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=445855&group_id=5757
Category: DynAPI 2 API
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Heiko Stuebner (mmind)
Assigned to: Nobody/Anonymous (nobody)
Summary: Netscape 4 Identity
Initial Comment:
The German ISP T-Online .... delivers its software
with a version of Netscape 4, whose navigator.appName
is a bit different from a normal Netscape
I would suggest the following change in browser.js
old line:
if (b=="Netscape") this.b="ns";
could be replaced with someting like:
if (b.indexOf('Netscape')!=-1) this.b="ns";
regards
Heiko
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=445855&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev