问题是这样:两个框架,在框架1提交信息,在框架2刷新信息,我是用 echo"<META HTTP-EQUIV=REFRESH CONTENT='0;URL=./框架2.php'>";结果是在框架1刷新了。

解决方案 »

  1.   

    一般是隔几秒刷新,如
    <title>无标题文档</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link rel="stylesheet" href="ltsimg/style.css" type="text/css">
    <meta http-equiv="refresh" content="15;url="" charset=gb2312">
    每隔15秒刷新
      

  2.   

    你没有指定刷新位置,在url后面要加上target吧。
      

  3.   

    用target了,也不行,后来我改form action=框架2.php target=...,提交信息时,不能添加到mysql.