Html的一些小东西
生活随笔
收集整理的這篇文章主要介紹了
Html的一些小东西
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Event
cancelBubble
設置或獲取當前事件是否要在事件句柄中向上冒泡。
Sets or retrieves whether the current event should bubble up the hierarchy of event handlers.
<SCRIPT LANGUAGE="JScript">
function checkCancel() {
if (window.event.shiftKey) //只要你按著shift鍵,就不會再觸發BODY 的onclick了
window.event.cancelBubble = true;
}
function showSrc() {
if (window.event.srcElement.tagName == "IMG")
alert(window.event.srcElement.src);
}
</SCRIPT>
<BODY οnclick="showSrc()">
<IMG οnclick="checkCancel()" src="sample.gif">
用途:阻止父控件或以上級控件觸發相應事件
?
轉載于:https://www.cnblogs.com/Aldebaran/archive/2008/08/21/1273199.html
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的Html的一些小东西的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: arcgis flex aqi 3大ut
- 下一篇: 《喜剧之王》- 24/7 - Cagne