Dan,

Get the User Agent from the request using:

        <@HTTPATTRIBUTE user_agent>

And then evaluate it with:

        contains 'MSIE 7.0'

Or to provide a whole @IF:

<@IF "<@HTTPATTRIBUTE user_agent> contains 'MSIE 7.0'">
        I'm using IE 7
<@ELSE>
        I'm using another browser
</@IF>

Robert

-----Original Message-----
From: Dan Stein [mailto:d...@dss-db.com]
Sent: Thursday, July 21, 2011 8:14 PM
To: Witango-Talk@witango.com
Subject: Witango-Talk: Detecting IE seven

I need ot detect if the browser is IE7 and version. What would the right syntax 
be using >@cigiparam> metarag
A good deed is never lost: you so courtesy you reap friendship and when you 
plant seeds of kindness you gather love.
Dan Stein
d...@dss-db.com





----------------------------------------

To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



----------------------------------------

To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.

Reply via email to