码迷,mamicode.com
首页 > Web开发 > 详细

js页面刷新、前进、后退

时间:2016-11-24 21:30:27      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:class   location   oca   forward   button   click   tor   rip   页面   

1、使用按钮

<input type=button value=刷新 onclick="window.location.reload()"> 
<input type=button value=前进 onclick="window.history.go(1)"> 
<input type=button value=后退 onclick="window.history.go(-1)"> 
<input type=button value=前进 onclick="window.history.forward()"> 

2、使用URL

<a href="JavaScript:window.location.reload()">刷新</a>
<a href="JavaScript:history.Go(-1)">后退</a>
<a href="JavaScript:history.Go(1)">前进</a> 
<a href="JavaScript:history.forward()">前进</a>

 

  

 

js页面刷新、前进、后退

标签:class   location   oca   forward   button   click   tor   rip   页面   

原文地址:http://www.cnblogs.com/xbblogs/p/6099434.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!