I am working on a site which has an iFrame to display most of the sites content.
I have a link on the home page that opens a page that DOES NOT have an iFrame to display the content, but it does have buttons which link back to the home page.
Example:
HOME BUTTON, loads the home page which includes the iFrame, it loads the default content. That work as required.
PRICE BUTTON, loads the home page as expected with the default iFrame content.
Is it possible to click the PRICE BUTTON, load the home page and the iFrame containing the price page within the iFrame.
PS- I have developed my own convention for naming files inside and outside of iFrames... I use .htm so I know if a file is an internal frame and always put the above code in it so it cannot open without the parent - otherwise I use the extension .html. Then if I have a lot of files in the same folder, I can tell which are internal iframes and which are not at a simple glance.
Last edited by donatello; 11-28-2009 at 07:54 PM.
Reason: clarification of example...
Bookmarks