I tried both ways and nither are working.
Code:
<tr bgcolor="" onmouseover="this.style.backgroundColor='#0099FF'" onMouseOut="this.style.backgroundColor=''" onClick="mainFrame.location.href='home.html'";" style="cursor:pointer;cursor:hand">
Code:
<tr bgcolor="" onmouseover="this.style.backgroundColor='#0099FF'" onMouseOut="this.style.backgroundColor=''" onClick="mainFrame.document.location.href='home.html'";" style="cursor:pointer;cursor:hand">
Testing site in IE7 it is giving me a scripting error saying mainFrame is undefined.
Thanks for fast reply, by the way.