[Zope] Finding out what Operating System a site visitor is using

Steven Grimes sgrimes@atinucleus.com
Thu, 13 Sep 2001 14:23:31 -0500


This product is perfect for my needs. Thanks for all the responses


Thanks,
Steven Grimes
Database Engineer
sgrimes@atinucleus.com <mailto:sgrimes@atinucleus.com> 
 
Accelerated Technology, Inc.
720 Oak Circle Drive East
Mobile, AL 36609
TEL*: 251-661-5770
FAX*: 251-661-5788
www.acceleratedtechnology.com <http://www.acceleratedtechnology.com> 
*Please note new area code "251"
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Over Ten Years of Providing Embedded Solutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



-----Original Message-----
From: Jim Washington [mailto:jwashin@vt.edu]
Sent: Wednesday, September 12, 2001 7:38 PM
To: sgrimes@atinucleus.com
Cc: Zope
Subject: Re: [Zope] Finding out what Operating System a site visitor is
using


Steven Grimes wrote:

> I need to find out what operating system my clients are using. I know 
> this information is available in the REQUEST object but I can not find 
> a way to print that information on a page.
>
>  
>
> For example:
>
>  
>
> <html>
>
> <body>
>
> Hello <dtml-var AUTHENTICATED_USER>! You are running {Operating System}.
>
> </body>
>
> </html>
>
>  
>
> I would like the Zope syntax to print the actual operating system used 
> in the statement above.
>
Have you looked at the UserSniffer product?
http://www.zope.org/Members/svenasse/UserSniffer

-- Jim Washington