Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

The frame Object [2|3|I]

The frame Object [2|3|I]

The frame object reflects a frame window in JavaScript.

Properties

  • 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.

  • self— An alternative for the name of the current window.

  • top— An alternative for the name of the topmost window.

  • window— An alternative for the name of the current window.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint