js页面3秒自动跳转

js页面3秒自动跳转

如何让当前页面3秒以后自动跳转到其他页面?JS页面自动跳转

以下三种方式根据自己的需求使用

1、<script   language= "javascript "> SetTimeOut( "this.location.href= '要跳转的页面 ' ",时间多少毫秒) </script>

2、<meta http-equiv="refresh" content="3;URL=http://www.iqicol.com">(这是个好办法)

3、<script>window.setTimeout("location.href='OutBill.asp'",3000);</script>

THE END
喜欢就支持以下吧
点赞 0
评论 抢沙发
友好交流,请勿发纯表情,请勿灌水,会被封号喔
提交