Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-11-26 10:50:55
Point:500 Replies:2 POST_ID:828539USER_ID:11059
Topic:
JavaScript;;
THe following javascript is setting different URL webiste to be fired on iframe for every 5 seconds.
my question, the following javascript is not problem at ll, but when the new url is ready to fire
my loudspeaker will be beep , and next new url link is changed, next beep is sound
on my loadspeaker. So finally I turn-off my loudspeaker. It is only happen on IE7
browser, and it is no such beep when you go different website on Firefox, chrome, opera, saferia.
Any method in javajscript can turn-off the loudspeaker when the url of iframe is change ?
Any normally, in address bar of IE7 browser,when you change the http:// address, the loudspeak
is also beep beep sound. How to avoid this on normal website seach on IE and the following javascript
program on IE7, please advise
I think no one can tolerate the beep sound when the url website address is changing on IE7 besides
you turn-off the loudspeaker but a lot of people always turn on the loudspeaker for news or entertainment
as default everyday and doesn't like such beep sound .
I don't know why IE will give us such beep sound when url address change, that might be let the
users know the new webpage is comming. I think display changing is good enough to let
users to know the page is changing.
Duncan
my question, the following javascript is not problem at ll, but when the new url is ready to fire
my loudspeaker will be beep , and next new url link is changed, next beep is sound
on my loadspeaker. So finally I turn-off my loudspeaker. It is only happen on IE7
browser, and it is no such beep when you go different website on Firefox, chrome, opera, saferia.
Any method in javajscript can turn-off the loudspeaker when the url of iframe is change ?
Any normally, in address bar of IE7 browser,when you change the http:// address, the loudspeak
is also beep beep sound. How to avoid this on normal website seach on IE and the following javascript
program on IE7, please advise
I think no one can tolerate the beep sound when the url website address is changing on IE7 besides
you turn-off the loudspeaker but a lot of people always turn on the loudspeaker for news or entertainment
as default everyday and doesn't like such beep sound .
I don't know why IE will give us such beep sound when url address change, that might be let the
users know the new webpage is comming. I think display changing is good enough to let
users to know the page is changing.
Duncan
<html><head><script type="text/javascript">playstack();function play(link){//alert(link); document.getElementById("topiframe").src=link;}function playstack() {var i=1;var s=1;var c=1;while (i < 6){var string=new Array();string[1]='http://www.yahoo.com';string[2]='http://www.facebook.com';string[3]='http://www.google.com';string[4]='http://www.facebook.com';string[5]='http://www.appledaily.com';//alert(string[i]);//window.setTimeout(function() {play(string[i]);} , 5*1000*c);(function(i){window.setTimeout(function() {play(string[i]);} , 5*1000*c);})(i);c=c+1;i=i+1;//if (s=6) {s=1;}}}</script></head><body><div class="i6" > <IFRAME name='topiframe' noresize id='topiframe' width=500 height=500 SCROLLING=no border=0 frameborder=0 src='http://www.google.com' ></IFRAME> </div> </body> </html> 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:
Author: duncanb7 replied at 2024-11-27 17:57:34
http://www.friedbeef.com/how-to-stop-internet-explorers-annoying-clicking-sound/
this one is easier to follow
THanks for your reply
Duncan
this one is easier to follow
THanks for your reply
Duncan
Accepted Solution
Expert: Boa-Teng replied at 2024-11-26 12:03:09
500 points EXCELLENT
maybe this aritcle may help you:
http://www.hotscripts.com/forums/javascript/33223-suppress-sound-ie-when-new-page-loads.html
http://www.hotscripts.com/forums/javascript/33223-suppress-sound-ie-when-new-page-loads.html