View Full Version : targeting


Jrfan888
02-14-2003, 11:48 PM
i am using this code:

<A href="frames.html" target="right.html">

<TD onmouseover="this.style.background='#aaaaaa'"
style="CURSOR: hand"
onmouseout="this.style.background='#000000'" width=120
bgColor=#000000></A><FONT face="arial " color=#dddddd
size=2><B>
<CENTER>Championship</CENTER></B></FONT></TD></A>

that code is used in the top frame..and i am trying to get it in the right frame...but when i click on it opens a new window as if it were "target="new" " ? Help?

starlet
02-14-2003, 11:59 PM
Look in your frame code and see what you named the frame, then use that as the target, it WONT be right.html thats the URL of the frame, it'll more likely be target="right" or target="rightside" but like i said...just check your framecode and itll be there :)

Jrfan888
02-15-2003, 03:13 PM
ok, thanks!