Hi all,

I'd like to know if it is possible to know in which browser is running
an application web. For example, in the code write something like
this:

String actualBrowser = GWT.getBrowser();
if (actualBrowser == "firefox")
{
      do this;
}
else if (actualBrowser == "ie")
{
     do that;
}
else
{
      do another thing;
}

Does a function similar exist?

Thanks you very much!!!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to