Hi
Is there a way to have a hyperlink within an iframe open in that window and not within the iframe. Sorry if this question is a bit simple.
Cheers
Hi
Is there a way to have a hyperlink within an iframe open in that window and not within the iframe. Sorry if this question is a bit simple.
Cheers
This script still loads the content within the iframe? Is there a way to change the page outside the borders of the iframe?
For example if an iframe had a hyperlink to google.com within it. I want it so that when that link is clicked, the entire page reloads showing just google.com
make your link like so:Code:<a href="http://www.google.com" target="_top">Google</a>
mstolton (07-04-2008)
Thanks your a legend!
Hi
Can the code below, for the iframe itself be modified to allow all hyperlinks within it to open the page outside of the iframe's borders, rather than having to modify each individual hyperlink:
<iframe src="http://www.google.com"
width="600" height="600" marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling=no>
</iframe>
No. It is impossible to do with Google. The only way to do that would be with any .html page that has a stylesheet attached with a { target:_top; } in a style tag.
-magicyte
Bookmarks