Re: How to obtain browser version in revWeb app?

2011-06-02 Thread Andre Garzia
what he said! On Wed, Jun 1, 2011 at 10:24 PM, Mike Bonner bonnm...@gmail.com wrote: You can do this. do result = navigator.appName in browser at which point the result will contain Microsoft Internet Explorer if thats the browser in use. result = navigator.userAgent returns.. ;

Re: How to obtain browser version in revWeb app?

2011-06-02 Thread Kee Nethery
way cool! Thanks, kee On Jun 1, 2011, at 6:24 PM, Mike Bonner wrote: You can do this. do result = navigator.appName in browser at which point the result will contain Microsoft Internet Explorer if thats the browser in use. result = navigator.userAgent returns.. ; Trident/5.0; SLCC2;

Re: How to obtain browser version in revWeb app?

2011-06-01 Thread Kee Nethery
I see HTTP stuff in the dictionary for talking to a server and getting web pages. I don't see a way to query revWeb to ask it what browser it is running in. Kee On Jun 1, 2011, at 4:46 PM, Bob Sneidar wrote: I think it's an http thing. Bob On Jun 1, 2011, at 3:48 PM, Kee Nethery

Re: How to obtain browser version in revWeb app?

2011-06-01 Thread Mike Bonner
You can do this. do result = navigator.appName in browser at which point the result will contain Microsoft Internet Explorer if thats the browser in use. result = navigator.userAgent returns.. ; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0;