Hongmu Notes
Home Language Notes js jump to the specified page after 5 seconds
Language Notes JavaScript

js jump to the specified page after 5 seconds

js jump to the specified page after 5 seconds

Analysis:

1. If you need to jump, you need to use the href attribute of the location object.

2. To count down to 5 seconds, you need to use the timer setInterval.

HTML:


<div id="msg"></div>

JavaScript:


window.onload=function(){
            var div=document.getElementById("msg");
            var time=5;
            var timer=setInterval(function(){
                if(time==0){
                    location.href="https://www.4s5.cn";
                }else{
                    div.innerHTML="将在 "+time+" 秒后跳转";
                    time--;
                }
            },1000)
    }
微信赞赏

WeChat

支付宝赞赏

Alipay

✍️ Author: Hong Mu

webmaster · Thanks for reading, stay tuned for more exciting content

Author homepage View home page →

Related articles

js move the mouse up to modify the style attribute

js move the mouse up to modify the style attribute Language Notes JavaScript

When the mouse hovers over the element, the color changes to red; when the mouse leaves the element, the color changes to black. To retrieve an element by its ID: `document.getElementById()`; Event handler for mouse hover: `onmouseover`; Event handler for mouse leave: `onmouseout`.<!DOCTYPE html><html lang= "en">...
👁 130

Recommended reading

Specialty Cuisine & Catering Franchise Website Template 1215

Specialty Cuisine & Catering Franchise Website Template 1215 Practical Collection Yiyou template

This set of eyoucms templates is suitable for specialty food and catering franchise industries. The design style is fashionable and appetizing, and can display specialty foods, catering brands, franchise policies and store images. It helps catering chain brands attract franchisees and consumers online. Template display Installation instructions Website backend: /login.php Account: admin Password: admin Related articles Summary of common problems in the installation of Yiyou CMS Yiyou CMS (Ey...
👁 46
(Adaptive mobile version) New energy solar photovoltaic website template 0961

(Adaptive mobile version) New energy solar photovoltaic website template 0961 Practical Collection pbootcms Template

A new energy solar photovoltaic PbootCMS website template that supports PC and WAP. The design style is technological and environmentally friendly, suitable for displaying solar photovoltaic products, engineering projects and green energy solutions. It helps new energy companies display their brands online and attract investment and cooperation. Template display Installation instructions Website backend:/admin.php Account: admin Password: admin Unzip password: www.4s5.…
👁 68
PHP: Retrieving field comments from a database table

PHP: Retrieving field comments from a database table Language Notes PHP

You can use PHP combined with MySQLi to obtain the annotation information of the fields in the data table. Use the fetch_fields() function in the mysqli_result class to get all field object arrays, then iterate through each field object, use the real_escape_string() function in MySQLi to escape the field names and splice them into a SQL query...
👁 308
Specialty Snack Shop Franchising Website Template 1216

Specialty Snack Shop Franchising Website Template 1216 Practical Collection Yiyou template

An EyouCMS website template designed specifically for specialty snack shop and franchise businesses. Its modern and appetizing design effectively showcases specialty snacks, store branding, franchise policies, and brand stories, helping snack chain brands attract franchisees and consumers online. Template Preview | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS | EyouCMS (...
👁 50
(Adaptive mobile version) Green new energy photovoltaic solar website template 0962

(Adaptive mobile version) Green new energy photovoltaic solar website template 0962 Practical Collection pbootcms Template

A green new energy photovoltaic solar power PbootCMS website template that supports PC and WAP. The design style is fresh and energy-saving, suitable for displaying photovoltaic products, power station cases and technical advantages. It helps photovoltaic companies display their brands online and attract engineering and investment customers. Template display Installation instructions Website backend:/admin.php Account: admin Password: admin Unzip password: www.4s5.cn Related articles…
👁 68
Responsive Beef Noodles Speciality Dish Website Template 1217

Responsive Beef Noodles Speciality Dish Website Template 1217 Practical Collection Yiyou template

This EyouCMS responsive template is ideal for the beef noodle and specialty food industries. Its appealing design effectively showcases featured dishes, brand stories, store imagery, and franchise information, helping catering brands attract both customers and franchisees online. Template Display | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS | EyouCMS (E...
👁 51