How to redirect to other pages in html page within two seconds

How to redirect to other pages in html page within two seconds

Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<if condition="$id eq 1">
<meta http-equiv="refresh" content="2; URL=__APP__/index.php/Select/chaxun">
{$rows}

<font color="#FF0000">Automatically jump in two seconds! </font>
</if>
<foreach name="rows" item="val">
{$val.id} ------ {$val.name}
<hr />
<a href="__APP__/index.php/Select/chaxun">Click back to continue searching! </a>
</foreach>
</body>
</html>

<<:  960 Grid System Basic Principles and Usage

>>:  Use tomcat to set shared lib to share the same jar

Recommend

How to use lazy loading in react to reduce the first screen loading time

Table of contents use Install How to use it in ro...

Install Apache2.4+PHP7.0+MySQL5.7.16 on macOS Sierra

Although Mac systems come with PHP and Apache, so...

Implementation steps for Docker deployment of SpringBoot applications

Table of contents Preface Dockerfile What is a Do...

Node script realizes automatic sign-in and lottery function

Table of contents 1. Introduction 2. Preparation ...

How does Vue3's dynamic components work?

Table of contents 1. Component Registration 1.1 G...

Solution to nacos not being able to connect to mysql

reason The mysql version that nacos's pom dep...

MySQL conditional query and or usage and priority example analysis

This article uses examples to illustrate the usag...

Detailed explanation of Linux dynamic library generation and usage guide

The file name of the dynamic library file under L...

Linux unlink function and how to delete files

1. unlink function For hard links, unlink is used...

...

A brief analysis of crontab task scheduling in Linux

1. Create a scheduling task instruction crontab -...

MySQL 5.7.18 winx64 installation and configuration method graphic tutorial

The installation of compressed packages has chang...

MySQL learning record: bloody incident caused by KEY partition

Demand background Part of the data in the busines...