Hello,
In my gwt, when a clickEvent is fired, i create a webapp using rpc
that i deploy on server and i return the url which i used to open a
new window...I have to do some process before opening new window , I
know it's because of that that browsers block the page but I do not
know how to make it functional.

 url= someProcess();
 Window.open(url, "Test ", "");

is there any tricks to make the popup not blocked? Thanks in advance
for your helps

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