Tutorial 5 - Windows and Frames
The JavaScript Object Model
<A HREF="http://www.monroe.cc.mi.us" onClick="return
newWindow();" TARGET="targetWindow">
Visit MCCC's home page. </A>
If the name used in the open() method refers to an existing window then a new window is not created, instead the focus is simply shifted to the existing window.
Frame - independent scrollable portion of a Web browser window.
SRC= Specifies the URL to be opened in a frame
NAME= Assigns a name to an individual frame
NORESIZE Disables the user’s ability to resize an individual frame
SCROLLING={yes,no,auto} Determines whether a frame should include scroll
bars
MARGINHEIGHT= Specifies the top and bottom margins of the frame in
pixels
MARGINWIDTH= Specifies the left and right margins of the frame in pixels