Sample code for automatic web page refresh and automatic jump

Sample code for automatic web page refresh and automatic jump
Automatic web page refresh:

Add the following code between <head></head>:

Copy code
The code is as follows:

<meta http-equiv="refresh" content="10" />

content 10 means refreshing every 10 seconds.

Automatic page jump:
Add the following code between <head></head>:

Copy code
The code is as follows:

<meta http-equiv="refresh" content="10;url=http://***.***.***" />

The url content is the page after the jump.

<<:  Tutorial on installing AutoFs mount service under Linux

>>:  CSS3+HTML5+JS realizes the shrinking and expanding animation effect of a block

Recommend

How to change the dot in the WeChat applet swiper-dot into a slider

Table of contents background Target Effect Ideas ...

Method of building docker private warehouse based on Harbor

Table of contents 1. Introduction to Harbor 1. Ha...

Vue.js handles Icon icons through components

Icon icon processing solution The goal of this re...

W3C Tutorial (3): W3C HTML Activities

HTML is a hybrid language used for publishing on ...

Vue implements accordion effect

This article example shares the specific code of ...

MySQL method steps to determine whether it is a subset

Table of contents 1. Problem 2. Solution Option 1...

Fabric.js implements DIY postcard function

This article shares the specific code of fabricjs...

Implementation of nacos1.3.0 built with docker

1. Resume nacos database Database name nacos_conf...

MySQL calculates the number of days, months, and years between two dates

The MySQL built-in date function TIMESTAMPDIFF ca...

js implements a simple English-Chinese dictionary

This article shares the specific code of js to im...

What you need to know about creating MySQL indexes

Table of contents Preface: 1. Create index method...

Introduction to ufw firewall in Linux

Let's take a look at ufw (Uncomplicated Firew...

XHTML language default CSS style

html,address, blockquote, body,dd,div, dl,dt,fiel...

Detailed explanation of the pitfalls of Apache domain name configuration

I have never used apache. After I started working...