Home > Web Front-end > HTML Tutorial > 使用meta实现页面的定时刷新或跳转_html/css_WEB-ITnose

使用meta实现页面的定时刷新或跳转_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:19:48
Original
816 people have browsed it

<meta http-equiv="refresh" content="5">
Copy after login

这个表示当前页面每5秒钟刷一下,刷一下~

<meta http-equiv="refresh" content="2; url='/'">
Copy after login

这个表示当前页面2秒后跳到首页~

<meta http-equiv="refresh" content="0; url='http://www.qq.com/'">
Copy after login

页面直接跳转到腾讯网~

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template