<!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>
相信看了这些案例你已经掌握了方法,更多精彩请关注其它相关文章!
相关阅读:
html area图片热点如何使用
怎样使用trigger方式实现不用点击file类型的input弹出文件选择对话框
以上就是html两秒跳转至其他页面的详细内容。
