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:[email protected]]
Sent: Thursday, July 21, 2011 8:14 PM
To: [email protected]
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
[email protected]





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

To unsubscribe from this list, please send an email to [email protected] 
with "unsubscribe witango-talk" in the body.



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

To unsubscribe from this list, please send an email to [email protected] 
with "unsubscribe witango-talk" in the body.

Reply via email to