I want to use window.open when clicking a div with "_blank" target.
The problem is that the browser thinks is a popup window and presents
a "Allow popup for..." message to the user.
The link is generated using GWT.getModuleBaseURL() + someQueryString +
"#m=Somthing" etc. (I even tried with a relative path: url = "?" +
someQueryString + ... )

How can i avoid this message ? Shouldn't the browser display that
message only if the url refers to a page on another domain ??? (for
example, in google docs, clicking Open in the right-click doc menu
works perfectly)

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