[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HowToJavaScriptOpenNewPageInIframe
Related threads:
IFRAME: is location.href working in any browser??
Java Script FAQ
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HowToJavaScriptOpenNewPageInIframe
How to open a new page in an iframe?
Iframes - just like frames - are child windows of the window object. You can reference an iframe by its index number in the frames collection, or by its id/name in the frameset.window.frames[0].location.href="some.htm"; window.frames.myIframe.location.href="pic2.jpg";
Related threads:
IFRAME: is location.href working in any browser??
Java Script FAQ
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
