Sauron
January 9th, 2002, 16:51
I'm not sure if this is the right section or not, but here goes it. I have this Javascript
<td align="center" width="100%" bgcolor=#002288 onMouseOver="this.style.backgroundColor='black'; this.style.cursor='hand';"onMouseOut="this.style.backgroundColor='#002288';"onclick="window.location.href=''news.html;">
<a href="news.shtml" target="center">News</a>
</td>
And I need to know how to target the Cell when you click on it so that it targets to the center frame of my page at http://ageforum.xtremeconfusion.com
<td align="center" width="100%" bgcolor=#002288 onMouseOver="this.style.backgroundColor='black'; this.style.cursor='hand';"onMouseOut="this.style.backgroundColor='#002288';"onclick="window.location.href=''news.html;">
<a href="news.shtml" target="center">News</a>
</td>
And I need to know how to target the Cell when you click on it so that it targets to the center frame of my page at http://ageforum.xtremeconfusion.com