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