JezebelAngel
08-15-2004, 01:36 AM
This question has problem been asked alot but, I have a layout with an iframe and links outside of that fame. The problem is, whenever I i cick when of the links it opens in a new window, which i dont want to happen. I have the 'main' bit targated on the link set up but its still not working. what am i doing wrong?
kittycat
08-15-2004, 01:51 AM
Doucle check the frame name and your target. These have to match exactly for it to work. Name/target is case sensitive as well.
JezebelAngel
08-15-2004, 01:56 AM
On the target part do i just add main or main.htm?
kittycat
08-15-2004, 01:58 AM
Just add main.
If it still doesn't work post the code for one of the links and your frame code and we can help get the right name/target from that.
JezebelAngel
08-15-2004, 02:04 AM
yeah i doubled checked everything and its still doing the same thing. I click the link and it just opens up into a different window, it still has all the info there but bleh.
Here's the coding:
<IFRAME name="inlineframe" src="main.htm" width=400 height=350 marginwidth=0 marginheight=0 frameborder=1 scrolling=auto></IFRAME>
<a href="page00.html" target="main">page</a>
kittycat
08-15-2004, 02:16 AM
<IFRAME name="inlineframe" src="main.htm" width=400 height=350 marginwidth=0 marginheight=0 frameborder=1 scrolling=auto></IFRAME>
<a href="page00.html" target="main">page</a>
The values don't match ;) So either change the iframe NAME to "main" or change all your link targets to "inlineframe" and see if it works for youo then :)
JezebelAngel
08-15-2004, 02:17 AM
wheeee!!! I love you so much. Thank you ^_^ ::hugs::