window.alert
This commit is contained in:
parent
367ace6691
commit
ff7f10747b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class AntiSpamMath{
|
|||
}
|
||||
|
||||
function message_alert($msg) {
|
||||
echo "<script type='text/javascript'>alert('$msg');</script>";
|
||||
echo "<script>window.alert('$msg');</script>";
|
||||
}
|
||||
|
||||
function Check($passed){
|
||||
|
|
Loading…
Reference in a new issue