Re: Browser Type and version

2011-07-21 Thread skippy
what about FireFox and the MAC Browsers? On Jul 20, 3:42 pm, Jim Douglas jdou...@basis.com wrote: Parse the navigator.userAgent string. http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/g...() http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx

Re: Browser Type and version

2011-07-21 Thread Jim Douglas
http://lmgtfy.com/?q=mozilla+navigator.userAgent On Jul 21, 12:02 pm, skippy al.leh...@fisglobal.com wrote: what about FireFox and the MAC Browsers? On Jul 20, 3:42 pm, Jim Douglas jdou...@basis.com wrote: Parse the navigator.userAgent string.

Browser Type and version

2011-07-20 Thread skippy
Can GWT help me determine the browser (IE FireFox) and the version? We want to tell users using old versions of IE like 6 and 7 that they need to upgrade due to performace problems when viewing large values of data. I just have not seen an example that has a conplete list. Also what is oprea?

Re: Browser Type and version

2011-07-20 Thread Jim Douglas
Parse the navigator.userAgent string. http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/user/client/Window.Navigator.html#getUserAgent() http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx http://www.useragentstring.com/ On Jul 20, 1:30 pm, skippy