在要前进的地方加上 onClick=history.go(1) 后退的地方加上 onClick=history.go(-1)
如本页的内容为:
<input type="submit" name="Submit" value="前进" onClick=history.go(1)>
<input type="submit" name="Submit2" value="后退" onClick=history.go(-1)>

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2022-02-02
  • 2021-11-11
  • 2021-07-22
  • 2021-07-30
  • 2021-11-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
相关资源
相似解决方案