May I ask for your advice please ?
I have a web page that does an automatic refresh every 5 minutes. If certain criteria are met it plays a sound. This works perfectly if the page is maximized. However, if the user minimizes the page, the sound will NOT play until you actually maximize the page again. Any idea how to correct this, so it will play the sound even when minimized ?
Here's the refresh:
<META HTTP-EQUIV="refresh" CONTENT="300">
I'm using this to play the sound:
response.write"<bgsound src=""images/newalert.wav"" loop=""1"">"
Thanks so much !
Paul
I have a web page that does an automatic refresh every 5 minutes. If certain criteria are met it plays a sound. This works perfectly if the page is maximized. However, if the user minimizes the page, the sound will NOT play until you actually maximize the page again. Any idea how to correct this, so it will play the sound even when minimized ?
Here's the refresh:
<META HTTP-EQUIV="refresh" CONTENT="300">
I'm using this to play the sound:
response.write"<bgsound src=""images/newalert.wav"" loop=""1"">"
Thanks so much !
Paul