Is there in HTML (javascript) or other static html tech can:
You could do window.stop(); for most browsers besides Internet Explorer. For IE, I had to use document.execCommand('Stop');
window.stop();
document.execCommand('Stop');