Pages

Thursday, May 26, 2011

GWT: load HTML when click a button

How to load a HTML Page on clicking a button in GWT ?
To achieve this, we have various approaches.
we will see one by one.

Approach - 1:

import com.google.gwt.user.client.Window;
Window.Location.replace("newURL");.

Reference:

No comments:

Post a Comment