Hi–
I’ll admit it–my coding skills are non-existent. What I’ve got so far is cobbled together from different sources…
I have an href link which simultaneously refreshes an iframe just once AND stops sounds (EvalSound6, etc.). The problem is that it is also only stopping the sounds just once. If the sounds play again, the href doesn’t turn them off.
KNOW YOUR STUFF? <a href=“#page_7c” value=“Stop Sound” value2=“Stop Sound” value3=“Stop Sound” value4=“Stop Sound” value5=“Stop Sound” onClick="EvalSound6(‘sound1’), EvalSound8(‘sound3’), EvalSound7(‘sound2’), EvalSound9(‘sound4’), EvalSound10(‘sound5’); refreshIframe(‘test’); this.onclick = function(){ return false; }; return false; ">TEST YOUR KNOWLEDGE ABOUT UFOs</a>
Does anyone know how to fix it so this link refreshes the iframe just once but also allows for every click on the link to stop the sounds if they are playing?
Many thanks for any help!!!