[Zope] Getting client browser type

Etienne Labuschagne etiennel@geospace.co.za
Mon, 5 Mar 2001 15:15:04 +0200


Hi there

I have thought of that, but doesn't those change with every new release of a
specific browser?  I guess one will just have to keep up to date with the
browser type strings for every new browser launched :(

Thanks anyway
Etienne

-----Original Message-----
From: Chris Withers [mailto:chrisw@nipltd.com]
Sent: Monday, March 05, 2001 3:13 PM
To: Etienne Labuschagne
Cc: Zope user list (E-mail)
Subject: Re: [Zope] Getting client browser type


Etienne Labuschagne wrote:
> 
> Hi there
> 
> How do I get the client's browser type (IE, Navigator, etc).  I know how
to
> do it in JavaScript, but does not know how to communicate this with Zope.

Maybe REQUEST['HTTP_USER_AGENT'} would be of help?

cheers,

Chris