Frames
Answers to frequently asked questions on how to use Javascript with frames.
Keep Your Page Framed
How to force all of the pages on your site to reload themselves into your frameset without having to create a separate frameset for each page.
How to force all of the pages on your site to reload themselves into your frameset without having to create a separate frameset for each page.
Force Page into an Iframe
Forcing certain pages to always load within an iframe is slightly different to when you use a frameset
Forcing certain pages to always load within an iframe is slightly different to when you use a frameset
Opening Multiple Frames Simultaneously
Javascript allows you to change the page displayed in more than one frame at the same time.
Javascript allows you to change the page displayed in more than one frame at the same time.
Frames and Multiple Domains
For security reasons Javascripts can't communicate between frames loaded from different domains.
For security reasons Javascripts can't communicate between frames loaded from different domains.
Target Window or Frame
You know how to target another window or frame from a link tag by using a target attribute. Here's how to achieve the equivalent result using Javascript.
You know how to target another window or frame from a link tag by using a target attribute. Here's how to achieve the equivalent result using Javascript.
Loading into Another Frame
You can use Javascript to load new pages into the browser window. Here's how to target a particular frame.
You can use Javascript to load new pages into the browser window. Here's how to target a particular frame.
