In fact, it is very simple to achieve this effect, and this effect cannot even be called a special effect. All you have to do is add the following code to your web page. 1. Automatic page refresh: Add the following code to the <head> area <meta http-equiv="refresh" content="20">, where 20 means refreshing the page every 20 seconds. 2. Automatic page jump: Add the following code to the <head> area <meta http-equiv="refresh" content="20;url=https://www.jb51.net">, where 20 means jumping to https://www.jb51.net page after 20 seconds 3. Page automatic refresh js version <script language="JavaScript"> function myrefresh(){ window.location.reload(); } setTimeout('myrefresh()',1000); //Specify refresh once every 1 second </script> |
<<: Ten popular rules for interface design
>>: Introduction to using the MySQL mysqladmin client
Preface In fact, the humble "!" has man...
Which parameter does the rpm command use to insta...
Effect: css: .s_type { border: none; border-radiu...
Preview knowledge points. Animation Frames Backgr...
Preface I have been working on some front-end pro...
Table of contents 1. Introduction 2. Composition ...
Install jdk: Oracle official download https://www...
When we use the MySQL service, under normal circu...
Download address: https://dev.mysql.com/downloads...
1. Install Apache # yum install -y httpd httpd-de...
1. The role of index Generally speaking, an index...
Create docker-compose.yml and fill in the followi...
Table of contents design Component Communication ...
stat function and stat command Explanation of [in...
Table of contents 1. Overview 1.1 Definition 1.2 ...