Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The frame object reflects a frame window in JavaScript.
frames— An array of objects for each frame in a window. Frames appear in the array in the order in which they appear in the HTML source code.
onblur— A string reflecting the onBlur event handler for the frame. New values can be assigned to this property to change the event handler. (not 2)
onfocus— A string reflecting the onFocus event handler for the frame. New values can be assigned to this property to change the event handler. (not 2)
parent— A string indicating the name of the window containing the frame set.