首页 > 其他 > 详细

3秒定时跳转

时间:2015-11-28 13:24:25      阅读:235      评论:0      收藏:0      [点我收藏+]

<script> 
    setTimeout( ‘window.location= "home.jsp " ‘,3000) ;//注意,此处“;”可加可不加
</script>
 
<script> 
setTimeout( ‘history.go(-1) ‘,3000) 
</script> 
 
2.
 
<head> <meta   http-equiv= "refresh "   content= "3;url=window.history.back(): "   /> </head>         
     或者 
<head> <meta   http-equiv= "refresh "   content= "3;url=  ‘ aa.html‘ "   /> </head>  

3秒定时跳转

原文:http://www.cnblogs.com/xiaoliu66007/p/5002518.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!