Helpful Information
 
 

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:

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>

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>

Thank you ^_^ works fine.

does it work if FX?

FX? :confused:

Probably meant FF

Ah, then yes, it will work in any standards-compliant frame-handling browser, and IE.

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.










privacy (GDPR)