Forum Moderators: open

Message Too Old, No Replies

Identifying the Mozilla Browser

         

Kronos

1:55 pm on Jul 25, 2003 (gmt 0)

10+ Year Member



Hi,

I've made a script to identify most browser types and versions, but I'm still missing how to identify the Mozilla Browser. Can anyone help me with that? And if anyone knows a complete script that identifies all browsers, could you link/show it to me so that I can make sure I didn't miss something? Thanks! :)

claus

2:17 pm on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Kronos, Mozilla is in the Gecko family. Here's their guidelines for User-agent strings:

[mozilla.org...]

Here's the Gecko UA strings:
[devedge.netscape.com...]

...and some advice on browser identification also, especially advice against identifying browsers based on UA strings:

[devedge.netscape.com...]

/claus