When a JavaScript calls the alert() method, Firefox send out a BEEP in my headphones. Does any one know how to stop that sound?

I am running the newest Fedora Linux with Firefox 3.6.16 using Kde as desktop environment.

link|improve this question

60% accept rate
2  
Mute your sound. – Ignacio Vazquez-Abrams May 10 '11 at 1:54
feedback

2 Answers

IMHO, You need to execute this command:

xset b off

This command will stop all the bell sent to your headphone or to your cpu.

link|improve this answer
Nope, don't work. Alert still make a sound -( – MTilsted May 13 '11 at 16:11
feedback

Check out this SO post for a couple of suggestions. It looks like you may not be able to block those that happen during page load, though.

link|improve this answer
But that remove the alert all together. I still want the popup message, I just dont want the ping sound. – MTilsted May 13 '11 at 16:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.