[Zope] Getting client browser type

Chris Withers chrisw@nipltd.com
Mon, 05 Mar 2001 13:13:06 +0000


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