Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to jump to the page after 5 seconds by javascript

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces javascript how to jump to the page after 5 seconds, the article is very detailed, has a certain reference value, interested friends must read it!

Javascript implements the method to jump to the page after 5 seconds: [var div = document.querySelector ('div'); var time = 5; timer (); setInterval (timer, 1000).].

This article operating environment: windows10 system, thinkpad T480 computer.

In many project development, we often need to achieve the effect of automatic page jump, the following code to achieve the effect of automatic page jump after 5 seconds, let's take a look!

The specific code is as follows:

Document var div = document.querySelector ('div'); var time = 5; timer () SetInterval (timer, 1000) function timer () {if (time = = 0) {location.href = 'http://www.baidu.com'} else {div [XSS _ clean] =' will jump to Baidu after'+ time + 'seconds; time-- }} the above is all the contents of the article "how to jump to the page after 5 seconds by javascript". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report