Subject: | Iframe question |
Posted by: | sheldonlg (sheldonlg) |
Date: | Wed, 04 Nov 2009 |
I have never handled Iframes before and I don't know if this is possible.
I currently have a page with an Iframe. Inside of that Iframe is an
external web page (this is what the customer specifically wanted). This
works fine (although there is a bit of scrolling introduced due to its
capture).
Now, when a link inside that that external web page that is in the
Iframe is clicked, it takes over the whole parent page and doesn't stay
within the Iframe. Is there a way to keep it confined to the Iframe and
only have the contents of that Iframe change to the linked page?
I have searched Google, but found nothing about navigating links inside
of Iframes, just how to get pages initially into the Iframe.