... JavaScript lets you create and manipulate windows and frames for presenting HTML content. The window object is the top-level object in the JavaScript client hierarchy; Frame objects are similar to window objects, but correspond to "sub-windows" created with the FRAME tag in a FRAMESET document. ... homeWindow=window.open("http://home.netscape.com") Windows can have two names. ... The frames in a frameset can point to different URLs and be targeted by other URLs, all within the same window. ...
... JavaScript lets you create and manipulate windows and frames for presenting HTML content. The window object is the top-level object in the JavaScript client hierarchy; Frame objects are similar to window objects, but correspond to "sub-windows" created with the FRAME tag in a FRAMESET document. ... Using Frames . ... The frames in a frameset can point to different URLs and be targeted by other URLs, all within the same window. ... The following figure depicts a window containing three frames. ...