iframe

Question: if I have an iframe and within this iframe an other webpage, how can I set it up so that the webpage stays within the iframe, even if I choose a link there. I think they are _blank cause if I choose a link there, the “new page” opens out of the iframe. In a new window. Hope the question is clear :o) . Thanks for help.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Unless you control the source code of the page that you are putting inside the iframe, you don’t have any way around this. If it’s your site, then you can avoid the calls to target. (The default target is _self, which puts the next page in the exact same context as the page that links to it. You get that for “free” just by making a link.) But if you are framing in someone else’s site, you can’t override their coded intentions.

Walter

On Nov 13, 2012, at 2:44 AM, TomP wrote:

Question: if I have an iframe and within this iframe an other webpage, how can I set it up so that the webpage stays within the iframe, even if I choose a link there. I think they are _blank cause if I choose a link there, the “new page” opens out of the iframe. In a new window. Hope the question is clear :o) . Thanks for help.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you Walter!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options