QuackHead
12-24-2002, 03:29 PM
Hey,
I have a table cell that has some mouse effects in it (onMouseOver etc.) and I would like to know if it's possible that when I click anywhere in that cell, (using the onClick event I guess) that the page would be redirected based upon the link that is in that cell.
For example:
<tr><td id="test1" onMouseOver="mOver(this.id);" onMouseOut="mOut(this.id);" onClick="?????">
<a href="test2.htm">this is my link</a>
</td></tr>
Anyone know how clicking anywhere in that cell would redirect to my page (in this exampl it's "test2.htm")
Thanks for your help!
~Quack
I have a table cell that has some mouse effects in it (onMouseOver etc.) and I would like to know if it's possible that when I click anywhere in that cell, (using the onClick event I guess) that the page would be redirected based upon the link that is in that cell.
For example:
<tr><td id="test1" onMouseOver="mOver(this.id);" onMouseOut="mOut(this.id);" onClick="?????">
<a href="test2.htm">this is my link</a>
</td></tr>
Anyone know how clicking anywhere in that cell would redirect to my page (in this exampl it's "test2.htm")
Thanks for your help!
~Quack