I finally figured out how to get a whole cell to become a link, but cannot seem to figure out how to make the link to a different frame. This is the code that currently works but only links to the same frame:
Code:
<tr bgcolor="" onmouseover="this.style.backgroundColor='#0099FF'" onMouseOut="this.style.backgroundColor=''" onClick="document.location.href='/home.html' target="mainFrame";" style="cursor:pointer;cursor:hand">
Thanks in advance, any help would be greatly appreciated.