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