Hi,

I'm trying to do a bit of deferred binding, not sure if this is
possible with GWT. I want to use an external js file, only if the
browser is Internet Explorer. The deferred binding example I found
shows how to load some gwt classes dynamically - I'd like to include
this js file dynamically though. Something like:

if (browser == 'ie')
    Use test.js

is something like that possible?

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 [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.

Reply via email to