View Full Version : Iframe Link...
rubber______band
06-29-2005, 03:51 PM
I;m not sure if I'm posting this in the right place...
I was wondering how can I make a link outside of an iframe open in the page it's in... :confused:
jscheuer1
06-29-2005, 07:33 PM
That would be an ordinary link. If you mean open in the iframe, then give the iframe a name and target that name in your link syntax ex:<iframe name="frameOne" src="whatever.htm" frameborder="0"></iframe>and:
<a href="someother.htm" target="frameOne">Click Here to view Some Other Page in the iframe</a>
rubber______band
06-30-2005, 05:36 PM
Well I want the iframe link to open in the page it is in outside of the iframe.
Ah. You want the link, in the iframe, to open the page in the iframe's parent window. Like so:
<a href="..." target="_top">Link text</a>
rubber______band
06-30-2005, 11:51 PM
Thank you ^_^ works fine.
does it work if FX?
TheBigT
07-03-2005, 10:49 PM
Probably meant FF
Ah, then yes, it will work in any standards-compliant frame-handling browser, and IE.
ansar.ullah.s.khadri
07-17-2005, 03:20 PM
I guess its FIRE FOX :)
I noticed something on mozilla.org the other day... the preferred abbreviation is indeed "FX," which is strange as I'd never seen anyone use it before this.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.