Posted in PHP onDecember 17, 2013
方法一:
echo "<script>alert('提示内容')</script>";
方法二:
echo '<script language="JavaScript">;alert("这是";location.href="index.htm";</script>;';
里面的location.href="index.htm"表示你点击消息框的确定按钮后将要转向的页面。如果不用去掉就可!
用PHP实现弹出消息提示框的两种方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@