程序是这样调用的:
        <TD colspan="2"><iframe border="0" frameborder="0" framespacing="0" height="55" width="100%" marginheight="0" marginwidth="0" name="insertpic" noresize scrolling="no" src="addpic.php" vspale="0"></iframe></TD>

解决方案 »

  1.   

    指定的 cgi 应用程序没有返回 http 头部信息,应该是:function alert_refresh($notes)
    {
        echo "<script language='javascript'>window.alert('$notes');</script>";
        echo "<meta http-equiv=\"refresh\" content=\"0; url=".$_server["http_referer"]."\">";
    exit;
    }的错误
      

  2.   

    cgi的啊
    偶没做过不好意思 啊
    只能帮你顶了