Help for this page

Select Code to Download


  1. or download this
    <script type="text/javascript">
       function haveBeenClicked() {
    ...
       <tr><td onclick="haveBeenClicked()">click me</td>
       </tr>
    </tbody></table>