View Full Version : Frame Links


joshma2
07-05-2003, 10:26 PM
I got my frame to work but when i test my site and i click on the links they open into a new window

Makar
07-05-2003, 10:30 PM
I think you may want to put target=_self or target=_parent???

joshma2
07-05-2003, 10:32 PM
I use something like this
<a href="http://www.geocities.com/joshmackey15/Home.html" target="rightside">Home</a>

Makar
07-05-2003, 10:41 PM
oh so you're one of those people who name their frames? Okay good, because I prefer to do that as well. :) Did you make sure on your index page that you named the frame you want to target "rightside"???

joshma2
07-05-2003, 10:44 PM
now it works thanks