vote up 1 vote down star

Using jQuery, is there a way to disable the click sound in IE that happens when you post?

flag

3 Answers

vote up 8 vote down check

The IE click sound is a feature of the browser that you can't control from JavaScript. The only way to disable it is in System Sounds in the Control Panel.

link|flag
I hate to see this get most votes if My solution solves the problem. But thats life i guess. ;) I can see that everyone vote on this one because of they know the click is a browser click, and dont know that you can fool the browser. – Stefan Jan 22 at 21:03
I wouldn't really consider yours a very stable solution. I'd call it more of a workaround. Workarounds are not maintainable – John Sheehan Jan 23 at 20:34
And your solution breaks other expected behavior (back/forward) and in a lot of cases, that's just not acceptable – John Sheehan Jan 23 at 20:35
It "may" be acceptable and sometimes desirable. But I totally understand your point and mostly agree. ;) – Stefan Jan 27 at 7:03
vote up 2 vote down

It may very well be possible using this solution: http://www.julienlecomte.net/blog/2007/11/30/

But in short, John is right about it being a browser sound not controlled by javascrípt or anyting else than a registry change, wich a website will not manage to do.

I know the above "trick" has worked before, so if nothing has changed it will still work.

link|flag
vote up 0 vote down

Anyone got any idea how they are doing it on the bbc.co.uk homepage? No sounds and also no scrolling to plain "#" anchors. I would like to replicate this but not sure how they are doing it.

Thanks.

link|flag
I always get a click sound on BBC on IE. You're probably using something else. – Adrian Godong Jul 7 at 13:20

Your Answer

Get an OpenID
or

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