Click to See Complete Forum and Search --> : NEED EXPERT HELP! Javascript Alert Popup


ghost99
10-02-2003, 01:36 PM
How can I disable that annoying sound on the alert popup noise with javascripts like right click or javascript games?
I basically don't want the noise to occur when the popup happens. Or if possible a different sound.. if that's possible.
If not that a different type of popup supplimenting the same action? instead of the windows based thing even if it's not a javascript.

pyro
10-02-2003, 01:41 PM
You'll probably have to go with your second option of creating something to mimic the alert. You could use a popup window, or if you want to get a bit more fancy, take a look at http://www.infinitypages.com/research/dhtmlpopup.htm for a DHTML popup.

ghost99
10-02-2003, 01:57 PM
Sorry for not being more descriptive but it's something act instead alert function occurs not exactly a popup window.
BUT IN PLAIN ENGLISH when the alert goes off no noise or something else

pyro
10-02-2003, 02:09 PM
No, I do not believe you can do that with JavaScript.