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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---