Re: Window.open without pop-up browser message

2011-03-08 Thread Ice13ill
Is it possible that new browser versions have a different behavior from the old ones? On Mar 7, 4:19 pm, Ice13ill wrote: > 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 t

Window.open without pop-up browser message

2011-03-07 Thread Ice13ill
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 relati