G
Guest
How can I create a simple beep in the browser when an error occured?
Mike said:You could create a flash movie with sound and call it with
function:document.write("<flash implementation goes here...>");
//Michael
Arne said:How can I create a simple beep in the browser when an error occured?
Arne said:I don't think that will sound and it will force the user to hit enter.
I don't prefer that.
Arne said:It turns out be easy:
<bgsound src='Chimes.wav' />
No. The sound file comes from the server.
Arne said:The sound is in the browser. Not everyone have sound on their computer.