当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 自动刷新、转向

WEB设计综合
使Flash页面通过校验
WEB 标准剖析
制作网页中的渐变背景
表格特效代码全集
Photoshop 打造金属指环
网页标准中链接属性 rel 与 target
HTML在线编辑器的调用及使用方法
div+css设计网页时浮动问题的解决方法
解决XHTML+CSS2.0式的页面结构在IE5和IE5.5下的BUG
WAP 开发出现的中文显示问题
详细的IMG,IFRAME的属性参考
可通过XHTML1.0校验的Flash嵌入代码
在IE和FIREfOX下正常显示的网页内嵌播放器代码
使 XHTML Strict 支持 target 标签
语言(文化)代码与国家地区对照表
网站设计技术规范
点击连接时不出现虚边框的方法
制作1px边框表格的几种方法
图片横向连续滚动的代码
合理架构css

WEB设计综合 中的 自动刷新、转向


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 2142 ::
收藏到网摘: n/a

This code automatically refreshes your page as often as you tell it to. Copy the code below and paste it in the <head> section of your page.

下面这段代码将根据你的要求自动刷新页面。请将下面这段代码复制到页面的<head>标签内。

<META HTTP-EQUIV=REFRESH CONTENT="SECONDS">

Where is says seconds, change that to the number of seconds before your site is refreshed.

SECONDS”意指在多少秒钟(根据自己的需要设置)之后刷新页面。


This code automatically redirects you to another page. Copy the code below and paste it in the <head> section.

下面这段代码将自动从当前页跳转到另外一个全新的页面。复制下面这段代码,并将它粘贴到<head>标签内。

<META HTTP-EQUIV="REFRESH" CONTENT="SECONDS;URL=PAGEURL">

Where is says seconds, change that to the number of seconds you want your page to be visible for before it redirects to the specified site. Pageurl should be replaced by the url that you want to be redirected to.

SECONDS”意指在当前页经过多少秒钟(根据自己的需要设置)之后跳转到指定的页面;“Pageurl”即为跳转之后的网页地址(根据自己的需要设置)。

评论 (0) All

登陆 | 还没注册?