這次帶給大家html兩秒跳轉至其他頁面,html兩秒跳轉至其他頁面的注意事項有哪些,以下就是實戰案例,一起來看一下。
<!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>无标题文档</title> </head> <body> <if condition="$id eq 1"> <meta http-equiv="refresh" content="2; URL=APP/index.php/Select/chaxun"> {$rows} <font color="#FF0000">两秒后自动跳转!</font> </if> < foreach name="rows" item="val"> {$val.id} ------ {$val.name} <hr /> <a href="APP/index.php/Select/chaxun">点击返回继续 查询 !</a> </foreach> </body> </html>
相信看了這些案例你已經掌握了方法,更多精彩請關注php中文網其它相關文章!
相關讀取:
怎麼使用trigger方式實作不用點選file類型的input彈出檔案選擇對話框
以上是html兩秒跳轉至其他頁面的詳細內容。更多資訊請關注PHP中文網其他相關文章!