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")



On Mar 9, 6:55 am, ragavan <[email protected]> wrote:
> Hi,
>
> am new to GWT. I have a small concern regarding submit button.
> when I click on submit button I need to go to next page. how to
> implement the code
> in GWT.
>
> can anyone suggest me how to proceed.
>
> Thanks,
> Ragavan
--~--~---------~--~----~------------~-------~--~----~
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