PDA

View Full Version : Javascript Help



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

meow
January 9th, 2002, 18:30
You don't have any frames that I can see. :confused:

Sauron
January 9th, 2002, 20:53
there is an IFRAME there, its different than normal frames, and more useful

meow
January 9th, 2002, 20:58
Ok. I still don't understand what you want to do. "Target a cell"?:confused: