|
I have been working on a script to get a frame of my page to cycle through different screens by reloading the page with a different link every time. I want this to seem smooth, but every time it refreshes (using location.reload()), IE makes that annoying clicking sound that it does when you enter new pages. Is there a script command I can use within my javascript to disable that clicking sound? Thank you.
|
|
|
Unfortunately (or fortunately!), this is one of the many aspects of the browser that the user gets to decide. The only way to have your application override the user's Window's sound settings would be to write an ActiveX script to do this, but then the user would be prompted to download and install your ActiveX script--which most paranoid (for good reason) users will not do.
|
|
|
|
|
|
|
|
|
|
|
|