弹出的对话框是用javascript<script language="javascript">
function Alert(content)
{
alert(content);
}Alert("ok")
</script>

解决方案 »

  1.   

    要求PHP 5.0以上版本shell>regsvr32 c:\php\php5activescript.dlltest.html:<script language="ActivePHP5">
      $window->alert("message");
    </script>
      

  2.   

    onclick=\"if(!confirm('确认注销此用户?')) return false;location=delete.php?id=$id'\">[注销]</a>
      

  3.   

    faint
    看一楼的
    php在服务器上运行弹出对话框给谁看
      

  4.   

    <?php
    echo "<script>alert(\"hehe\");</script>";
    ?>
      

  5.   

    问题:
    弱弱的问下:PHP中的弹出对话框使用的函数名叫什么? 俺如实回答滴 :-)