On Aug 22, 2005, at 12:06 PM, Shane Pearlman wrote:

Two questions:



1. Is there a way in Witango to get the users browser and store it in a Witango var before processing the code – something like USER_AGENT?

you can store it or use it.

using it would look something like:

<@IF EXPR="<@CGIPARAM USER_AGENT> contains 'mac'">
Your're a Mac
<@ELSE>
You're not a Mac
</@IF>

you could likewise assign variables to different browsers and versions by detecting the substrings and then use those variables to generate different html based on the browser.


2. Your javascript thing .. can't help 
on.________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to