Implementing timed page refresh or redirect based on meta

Implementing timed page refresh or redirect based on meta

Use meta to implement timed refresh or jump of the page

XML/HTML CodeCopy content to clipboard
  1. < meta   http-equiv = "refresh"   content = "5" >      

This means that the current page is refreshed every 5 seconds. Refresh~

XML/HTML CodeCopy content to clipboard
  1. < meta   http-equiv = "refresh"   content = "2; url = '/'" >    

This means that the current page will jump to the home page after 2 seconds~

XML/HTML CodeCopy content to clipboard
  1. < meta   http-equiv = "refresh"   content = "0; url = 'http://www.qq.com/'" >    

The page jumps directly to Tencent.com~

The above is the relevant knowledge about how to implement timed refresh or jump of pages based on meta that I introduced to you. I hope it will be helpful to you!

<<:  Summary of seven MySQL JOIN types

>>:  Analysis and application of irregular picture waterfall flow principle

Recommend

Detailed explanation of MySQL database Event scheduled execution tasks

1. Background As the project's business conti...

SQL Practice Exercise: Online Mall Database User Information Data Operation

Online shopping mall database-user information da...

Tomcat uses Log4j to output catalina.out log

Tomcat's default log uses java.util.logging, ...

Real-time refresh of long connection on Vue+WebSocket page

Recently, the Vue project needs to refresh the da...

Front-end vue+express file upload and download example

Create a new server.js yarn init -y yarn add expr...

TABLE tags (TAGS) detailed introduction

Basic syntax of the table <table>...</tab...

Detailed explanation and extension of ref and reactive in Vue3

Table of contents 1. Ref and reactive 1. reactive...

How to use the Linux basename command

01. Command Overview basename - strip directories...

Detailed steps to install the specified version of docker (1.12.6) using rpm

1. Reasons If the system is Centos7.3, the Docker...

Analyze the method of prometheus+grafana monitoring nginx

Table of contents 1. Download 2. Install nginx an...

...

ElementUI component el-dropdown (pitfall)

Select and change: click to display the current v...