There is a way to open a new window with results from a click, but it may 
not be the best solution for what you want.  What are you trying to display?

You will have the Anchor target set to "_blank" or similar.  In the Url you 
will need to provide the page you want and any parameters.  Something 
similar to http://127.0.0.1:8888/index.html#myPage!param1=value1. This will 
load your entire application in the new window.  Now you need to display 
GTDWeb2 by having your app see the page/parameters passed and display the 
appropriate page. Hopefully your using history and can just call 
History.getToken() to get the page/parameters.

-- 
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/-/KZk06knRgHQJ.
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