代码示例:(标识:dhtm_event_ondblclick)
<html>
<head>
<script type="text/javascript">
function gettip(txt)
{
document.getElementById('tip').innerHTML='(www.sou-xun.com) 提供有关 WEB 标准和脚本技术的教程'
}
</script>
</head>

<body>

<p>请双击 "sou-xun.com"</p>
<table>
<tr>
<th ondblclick="gettip()" valign="top">sou-xun.com</th>
<th id="tip"> </th>
</tr>
</table>

</body>
</html>
运行结果: