当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 自动刷新、转向
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>标签内。
< |
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>标签内。
< |
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”即为跳转之后的网页地址(根据自己的需要设置)。