Thanks Roland - that was exactly what I was looking for on question 1. Appreciate it.
S.P -----Original Message----- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 12:23 PM To: [email protected] Subject: Re: Witango-Talk: JS $%^%^ Browser issue 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 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
