Alert message with a default sound
Posted: Thu Feb 21, 2008 3:55 pm
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.
function disp_alert()
{
alert("test")
}
and
$message="test";
echo '<script>alert("test");</script>';
Just wandering if I can display alert message with a default sound. the current code is below and the problem is no sounds.
function disp_alert()
{
alert("test")
}
and
$message="test";
echo '<script>alert("test");</script>';