Hey Guys,
Just wandering if I can display alert message with a default sound. the current code is below and the problem is no sounds.
Thanks
Just wandering if I can display alert message with a default sound. the current code is below and the problem is no sounds.
Code:
function disp_alert()
{
alert("test")
}
and
$message="test";
echo '<script>alert("test");</script>';
Comment