html3秒跳转

<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>  
 

posted @ 2015-08-10 14:16  君子笑而不语  阅读(433)  评论(0编辑  收藏  举报