OK, here's one for you cats......
My issue is similar to the below two posts, neither of which worked for me.
I have an aspx page with a text box and a search button. If the user enters something in the search box and then clicks the search button with the mouse, everything is fine, but if the user happens to hit the "enter" key to submit the form, everything still works, except you get that annoying "donk!" windows error sound along with it. This leads the user to believe that some error has occurred when there is none.
of note: the annoying donk sound only seems to happen in IE7, not FF.
How do I make it go away programatically?
My issue is similar to the below two posts, neither of which worked for me.
I have an aspx page with a text box and a search button. If the user enters something in the search box and then clicks the search button with the mouse, everything is fine, but if the user happens to hit the "enter" key to submit the form, everything still works, except you get that annoying "donk!" windows error sound along with it. This leads the user to believe that some error has occurred when there is none.
of note: the annoying donk sound only seems to happen in IE7, not FF.
How do I make it go away programatically?