Targeting links in iFrame to target _blank or _top -
07-11-2008
, 02:28 PM
I have not worked with IFrames before. Is there any way to force links from
pages displayed in an iFrame to target as _blank or _top so they either open in
a new window or in the window of the page the iFrame is placed? I tried adding
a base target to the iFrame tag but that did not work.
<IFRAME SRC="http://www.hanoverian.org/faq-pro/index.php?" FRAMEBORDER="0"
SCROLLING="auto" WIDTH="715" HEIGHT="800" TITLE="AHS FAQ" base href=""
target="_blank">
FAQs </IFRAME> |