View Single Post
  #3 (permalink)  
Old 08-13-2008, 08:57 PM
charlie2163 charlie2163 is offline
Registered User
 
Join Date: Aug 2008
Posts: 2
Didn't work...

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.

Last edited by charlie2163; 08-13-2008 at 09:00 PM.
Reply With Quote