This is a creation in Article, where the information may have evolved or changed. usage and differences of Javascript:history.go () and History.back ()
Go (-1): Return to the previous page, the contents of the original page form will be lost;History.go (-1): Back + refresh;history.go (1): Forward
Back (): Return to the previous page, the contents of the original Page table Form will be preserved;history.back (): Backward; history.back (0) refresh;History.back (1): Forward
The fallback behavior of different browsers is also differentiated, and the difference is similar to the difference between Javascript:history.go () and History.back ().
Chrome and FF browser back page, will refresh the back page, if there are data requests will also submit data request. Similar to
history.go ( -1)
the Back button of safari (including desktop and ipad versions) does not refresh the page, nor does it submit data requests. Similar to
Javascript:history.back ().
Windows.location.reload ();//Refresh
windows.location. Forward; move forward.