Hi Magnus,
try

import com.google.gwt.user.client.Window;

[...]

Window.open(url, "_blank", "location=0,menubar=0,toolbar=0");

argumets are the same of javascript window.open() function

Cheers,
Luca

On 3 Mag, 19:12, Magnus <[email protected]> wrote:
> Hi,
>
> how can I open a new browser window without any menu or toolbars and
> fill it with HTML?
>
> Thanks
> Magnus

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

Reply via email to