Home > Web Front-end > JS Tutorial > How to open one page and automatically go to another page after a few minutes_Basic knowledge

How to open one page and automatically go to another page after a few minutes_Basic knowledge

WBOY
Release: 2016-05-16 19:14:58
Original
1307 people have browsed it

How to open a page and automatically go to another page after a few minutes
1st floor


2nd floor
setInterval("window.location='yourUrl'", youIntevalTime); <script> <BR> window.setInterval("location='2.asp'",分钟数*60*1000); <BR> </script>

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template