Page 1 of 1

Alert message with a default sound

Posted: Thu Feb 21, 2008 3:55 pm
by cyberlei
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>';

Re: Alert message with a default sound

Posted: Thu Feb 21, 2008 7:36 pm
by Jonah Bron
Are you sure you have your volume up?

Re: Alert message with a default sound

Posted: Fri Feb 22, 2008 12:26 pm
by cyberlei
PHPyoungster wrote:Are you sure you have your volume up?
Yes, ofcoz. however I figure out PHP can not do the Alert function.

PS: Admin please move this topic to Client Side forum. :|

Thanks