What do you mean exceptionhandling?

Our logic goes like this:

1) If IE then show an IE specific download link. Too many users have
troubles with popups on IE.
2) For other browsers, use this:

        public static native boolean open(String url, String name, String
features) /*-{
            var windowReference = $wnd.open(url, name, features);
            if( windowReference ) return true;
            return false;
          }-*/;

We check to see if the link has opened, and show them an error message
telling them to enable the popup.

Is that what you mean?

On Jan 25, 10:08 am, muckdabobenos <[email protected]> wrote:
> Does anyone knows how i can intiate a download with exceptionhandling
> in gwt. I tried a hidden Frame. It works fine, but i can't fetch the
> error message which is posted if something goes wrong.
>
> Can anybody help?
>
> 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