View Single Post
  #1 (permalink)  
Old 08-13-2008, 12:34 AM
charlie2163 charlie2163 is offline
Registered User
 
Join Date: Aug 2008
Posts: 2
Question Whole Cell Linked To Main Frame

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.
Reply With Quote