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

Detailed explanation of Linux dynamic library generation and usage guide

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

In-depth analysis of JDBC and MySQL temporary tablespace

background Temporary tablespaces are used to mana...

Analysis of the reasons why MySQL's index system uses B+ tree

Table of contents 1. What is an index? 2. Why do ...

Three methods to modify the hostname of Centos7

Method 1: hostnamectl modification Step 1 Check t...

Vue development tree structure components (component recursion)

This article example shares the specific code of ...

4 Scanning Tools for the Linux Desktop

While the paperless world has not yet emerged, mo...

MySQL database implements MMM high availability cluster architecture

concept MMM (Master-Master replication manager fo...

Detailed explanation of MySQL and Spring's autocommit

1 MySQL autocommit settings MySQL automatically c...

WebStorm cannot correctly identify the solution of Vue3 combined API

1 Problem Description Vue3's combined API can...

An article to teach you HTML

If you are not committed to becoming an artist, t...