最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

onmousedown 事件

定義和用法

onmousedown 事件會在鼠標按鍵被按下時發(fā)生。

語法

onmousedown="SomeJavaScriptCode"
參數 描述
SomeJavaScriptCode 必需。規(guī)定該事件發(fā)生時執(zhí)行的 JavaScript。

支持該事件的 HTML 標簽:

<a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>, 
<caption>, <cite>, <code>, <dd>, <dfn>, <div>, <dl>, <dt>, <em>, <fieldset>, 
<form>, <h1> to <h6>, <hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>, 
<li>, <map>, <ol>, <p>, <pre>, <samp>, <select>, <small>, <span>, <strong>, 
<sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>, <th>, <thead>, 
<tr>, <tt>, <ul>, <var>

支持該事件的 JavaScript 對象:

button, document, link

實例

在本例中,當您點擊下面的圖片時會彈出一個對話框:

<img src="/i/example_mouse2.jpg" 
onmousedown="alert('You clicked the picture!')" />

輸出:(請點擊圖片)

實例 2

在本例中,對話框將顯示出您所點擊的元素的標簽名:

<html>
<head>
<script type="text/javascript">
function whichElement(e)
{
var targ
if (!e) var e = window.event
if (e.target) targ = e.target
else if (e.srcElement) targ = e.srcElement
if (targ.nodeType == 3) // defeat Safari bug
targ = targ.parentNode
var tname
tname=targ.tagName
alert("You clicked on a " + tname + " element.")
}
</script>
</head>

<body onmousedown="whichElement(event)">

<h2>This is a header</h2>
<p>This is a paragraph</p>
<img border="0" src="ball16.gif" alt="Ball">

</body>
</html>

TIY

onmousedown
如何使用 onmousedown 在圖像被點擊時顯示一個對話框。
onmousedown 2
如何使用 onmousedown 來顯示您所點擊的元素的標簽名。
安龙县| 保靖县| 东阳市| 闻喜县| 祥云县| 醴陵市| 格尔木市| 商丘市| 呼伦贝尔市| 阿拉善左旗| 福泉市| 德令哈市| 根河市| 鸡泽县| 温泉县| 金山区| 确山县| 叶城县| 西林县| 南溪县| 府谷县| 郯城县| 班玛县| 女性| 扎兰屯市| 凤城市| 平远县| 息烽县| 莆田市| 青浦区| 吉林省| 沭阳县| 平定县| 南通市| 仙桃市| 张家口市| 仪征市| 阳谷县| 榆中县| 华阴市| 浠水县|