Realization of Backward Method in ie by jsp

  • 2021-10-25 07:36:44
  • OfStack

1) < a href='JavaScript:history.back(1)' > "Return to previous page" < /a >

2) < a href='window.history.back()' > "Return to previous page" < /a >

3) < a href='window.history.Go(-1)' > "Return to previous page" < /a >

history. go (-1) Step Back

history. go (0) Refresh this page

history. go (1) Step forward

//The numbers in brackets can be any integer (positive or negative), as long as you have browsed the corresponding number of pages


Related articles: