Can always do Window.open (http://google-web-toolkit.googlecode.com/ svn/javadoc/2.0/com/google/gwt/user/client/Window.html#open %28java.lang.String,%20java.lang.String,%20java.lang.String%29)
Would recommend however looking at other options to make your app much more usable, like DialogBoxes and such, which work within a single browser window vs creating possibly annoying extra windows. Note that gmail and such apps actually use these, but have a "pop out to new window" functionality to optionally allow a separate browser window/ tab. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
