Apr 9, 2002 #1 caseye IS-IT--Management Joined Feb 7, 2002 Messages 52 Location US I need to make an entire table row a link so that when the user clicks anywhere on the row the user will belinked to another page. SAny Ideas Thanks in advanced
I need to make an entire table row a link so that when the user clicks anywhere on the row the user will belinked to another page. SAny Ideas Thanks in advanced
Apr 9, 2002 #2 xutopia Programmer Joined Apr 4, 2002 Messages 2,001 Location CA <tr onclick="location.href='url.html'" style="cursorointer;"> Hope this helps. Gary http://www.xutopia.com Haran Upvote 0 Downvote
<tr onclick="location.href='url.html'" style="cursorointer;"> Hope this helps. Gary http://www.xutopia.com Haran
Apr 9, 2002 Thread starter #3 caseye IS-IT--Management Joined Feb 7, 2002 Messages 52 Location US Thank you Upvote 0 Downvote
Apr 9, 2002 #4 xutopia Programmer Joined Apr 4, 2002 Messages 2,001 Location CA my pleasure. Gary http://www.xutopia.com Haran Upvote 0 Downvote