On 9 mar, 13:29, Darkflame <[email protected]> wrote:
> Window.open(url, name, features) is what you want to use to load a new
> page.
>
> So just add a click listener to the button and use that.
> name determains if it loads a new page ("_blank" or just in the
> current window "_self")
...though if you want to replace the current document, prefer
Window.Location.assign(new_url) to Window.open(new_url, "_self", "").
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---