ondblclick
- <html>
- <head>
- <script type="text/javascript">
- function gettip(txt)
- {
- document.getElementById('tip').innerHTML='jishuchi 提供有关 WEB 标准和脚本技术的教程'
- }
- </script>
- </head>
- <body>
- <p>请双击 "jishuchi.com"</p>
- <table>
- <tr>
- <th ondblclick="gettip()" valign="top">jishuchi.com</th>
- <th id="tip"> </th>
- </tr>
- </table>
- </body>
- </html>