View Full Version : I frames..link from iframe to target into new site??? please read


spike416aeboide
05-28-2003, 06:17 PM
Ok, I have a page with one i frame. I have a link in the I frame, but I dont want it to target it to the same I frame that the link is in. I want it to target to a NEW PAGE, but the same browser window..I DO NOT WANT IT TO OPEN A NEW BROWSER WINDOW. does anybody know what i should use for the target tag or what i should do????

Cherchezlafemme
05-28-2003, 06:20 PM
Well your saying you want a new page but not a new browser window? Like a pop-up? or what? Your query is extremely confusing!!!


Well my guess is:


<a href="URL" TARGET="_self">TEXT</a>


try it or look here (http://www.sunweaving.com/help/en/targetlink.html#default)

spike416aeboide
05-28-2003, 06:24 PM
OK
go here

http://intuition.2ya.com


go to the site section (look at the links at the bottom)

where u see the christina layout, the link says "CLICK HERE TO SWITCH TO THIS LAYOUT", click that. it opens in a new window. I WANT IT TO OPEN IN THE SAME BROWSER WINDOW. NOT a new browser window. I dont know how to explain it any better.

Cherchezlafemme
05-28-2003, 06:26 PM
Did I say you were stupid??/!!! It's that your query is confusing try this:

<a href="URL" TARGET="_self">TEXT</a>

spike416aeboide
05-28-2003, 06:28 PM
Thank you so much for that site! I got it its "_parent". Thank you!!!!