Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I need to know when a user is accessing a script with NS4, so that I can drop CSS support. The problem is that the various flavours of NS4 seem to come with very different identifiers as retrieved by $ENV{'HTTP_USER_AGENT') that are not trappable with a generic RegExp (or at least not without excluding CSS complient browsers).
Does anyone know of any resources, etc. that would let me identify the browser and version? Most of the stuff I've managed to track down seems very out of date.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Identifying browsers
by Corion (Patriarch) on Mar 30, 2001 at 17:51 UTC | |
by khopesh (Initiate) on Aug 06, 2002 at 13:51 UTC | |
by Melly (Chaplain) on Mar 30, 2001 at 18:51 UTC |