Javascript Return to previous page:
1. history.go(-1), returns two pages: history.go(-2);
2. history.back().
3. window.history.forward() returns to the next page
4. window.history.go (return to the page, you can also use the visited URL)
Example:
Previous page
response.Write("")
response.Write("")
Previous page
Page jump:
P.S.
Tips (JS citing JS):
The above js implementation of the effect of the previous page and the next page [with code] is all the content shared by the editor. I hope it can give you a reference, and I also hope that everyone will support Script Home.