Simple implementation of web pages forward and back

go ahead

<input type="button" value="前进" onclick="javascript:history.go(1);">

Retreat

<input type="button" value="后退" onclick="javascript:history.go(-1);">

  

Guess you like

Origin www.cnblogs.com/jrxiang/p/11286581.html