This is how to do it without native JavaScript:
First, create an empty window with the name "mySiperPuperTarget". This must
be called synchronously i.e. not from any callback:
Window.open("", "mySuperPuperTarget", "");
Now, you can use the "mySuperPuperTarget" as a target name for your form
and submit the from:
FormElement.as(form.getElement()).setTarget("mySuperPuperTarget");
The result of the submission will go to the new window. Since the new
window is open in a sync call, there will be no popup blocker triggered.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.