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

Several common methods for passing additional parameters when submitting a form

When submitting a form, you may encounter situatio...

Summary of the use of vue Watch and Computed

Table of contents 01. Listener watch (1) Function...

How to install mysql5.7.24 binary version on Centos 7 and how to solve it

MySQL binary installation method Download mysql h...

MySQL Index Detailed Explanation

Table of contents 1. Index Basics 1.1 Introductio...

Detailed explanation of the function and usage of keepAlive component in Vue

Preface During the interview, many interviewers m...

W3C Tutorial (7): W3C XSL Activities

A style sheet describes how a document should be ...

12 Laws of Web Design for Clean Code [Graphic]

Beautiful code is the foundation of a beautiful we...

Disabled values ​​that cannot be entered cannot be passed to the action layer

If I want to make the form non-input-capable, I se...

A brief discussion on why daemon off is used when running nginx in docker

I'm very happy. When encountering this proble...

Detailed explanation of Kubernetes pod orchestration and lifecycle

Table of contents K8S Master Basic Architecture P...

A brief discussion of 3 new features worth noting in TypeScript 3.7

Table of contents Preface Optional Chaining Nulli...

Docker5 full-featured harbor warehouse construction process

Harbor is an enterprise-level registry server for...

How to fix some content in a fixed position when scrolling HTML page

This article mainly introduces how some content i...