Hi,
I am trying to programatically open a new tab in dev mode with a new
instance of my application, eg my application url + the place name. I use
window.open("#myplacename:", "_blank"). But all I get is a window without
any of the specs/options such as navigation, etc... also the url is wrong,
it links to the hosted.html file.
If I set the href and teh target of an anchor tag to the same values, there
is no problem. It's really with the Windows.open that it fails. I also
tried with a jsni, eg window.open(url, '_blank') but with the same issue.
If anybody has an idea of what could possibly be wrong and why it works
with an anchor but not with window.open, it would be very much appreciated.
Thanks,
Thomas
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/IpENeXLy-4AJ.
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.