亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

html頁(yè)面實(shí)現(xiàn)過(guò)兩秒跳轉(zhuǎn)至其他頁(yè)面的方法

  發(fā)布時(shí)間:2013-10-22 17:38:32   作者:佚名   我要評(píng)論
html頁(yè)面如何實(shí)現(xiàn)過(guò)兩秒跳轉(zhuǎn)至其他頁(yè)面,在本文主要是通過(guò)refresh及URL兩個(gè)屬性實(shí)現(xiàn),具體示例代碼如下,感興趣的朋友可以參考下

復(fù)制代碼
代碼如下:

<!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>無(wú)標(biāo)題文檔</title>
</head>
<body>
<if condition="$id eq 1">
<meta http-equiv="refresh" content="2; URL=__APP__/index.php/Select/chaxun">
{$rows}

<font color="#FF0000">兩秒后自動(dòng)跳轉(zhuǎn)!</font>
</if>
<foreach name="rows" item="val">
{$val.id} ------ {$val.name}
<hr />
<a href="__APP__/index.php/Select/chaxun">點(diǎn)擊返回繼續(xù)查詢(xún)!</a>
</foreach>
</body>
</html>

相關(guān)文章

最新評(píng)論