13 Sep
2001
13 Sep
'01
12:38 a.m.
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