gwt back button browser
- by msaif
for example current page is www.google.com.
but i typed a different website address in address bar and clicked.This site has fully
GWT code.
but i like to back to the previous page of www.google.com.
so i clicked back button of browser.but how can i get event of back button from current
GWT code.Can i set any backbutton event handler in GWT of current page??
which notifies an alert to me that back button was pressed
is there any solution from GWT??