Posted in PHP onAugust 08, 2010
/*—————————————————— */ //? 简单提示框函数 /*—————————————————— */ function alert ($msg,$url=") { $str = '<script type="text/javascript">'; $str.="alert('".$msg."');"; if ($url != ") { $str.="window.location.href='{$url}';"; } else { $str.="window.history.back();"; } echo $str.='</script>'; }
php简单提示框alert封装函数
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@