onMouseOver
Posted: Fri Feb 10, 2006 12:28 pm
I am trying to make a table row turn my mouse cursor to the hand thing like on links when you hover over it because I have a onclick submit.
here is what i have right now (it does not change the cursor though
)
here is what i have right now (it does not change the cursor though
Code: Select all
<tr style="cursor: hand;" onclick="javascript: document.myform<?= $i ?>.submit()">