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  wrote:
> what about FireFox and the MAC Browsers?
>
> On Jul 20, 3:42 pm, Jim Douglas  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
>
> >http://www.useragentstring.com/
>
> > On Jul 20, 1:30 pm, skippy  wrote:
>
> > > 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?  FireFox?
>
> > > Thanks- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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  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
>
> http://www.useragentstring.com/
>
> On Jul 20, 1:30 pm, skippy  wrote:
>
>
>
> > 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?  FireFox?
>
> > Thanks- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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  wrote:
> 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?  FireFox?
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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?  FireFox?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.