首页 > 代码库 > HTML Dom Event对象ondblclick事件

HTML Dom Event对象ondblclick事件

语法:
ondblclick="SomeJavaScriptCode"
ondblclick 事件会在对象被双击时发生。

支持该事件的 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>, <object>, <ol>, <p>, <pre>,
<samp>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <table>,
<tbody>, <td>, <textarea>, <tfoot>, <th>, <thead>, <tr>, <tt>, <ul>, <var>

支持该事件的 JavaScript 对象:
document, link

例:

<span style="font-size:18px;"><html><body>文本1: <input type="text" id="field1" value=http://www.mamicode.com/"Hello World!">>

HTML Dom Event对象ondblclick事件