• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    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>
    上一篇:定义内联元素span的最小高度问题
    下一篇:a标签的target指向iframe的name和id的区别
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯

    时间:9:00-21:00 (节假日不休)

    地址:江苏信息产业基地11号楼四层

    《增值电信业务经营许可证》 苏B2-20120278

    html页面实现过两秒跳转至其他页面的方法 html,页面,实现,过,两秒,