Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Methods and Properties of the Frame Object

Method       blur()            Removes focus from the frame.               clearInterval()   Cancels a repeated execution.               clearTimeout()    Cancels any delayed execution.               focus()           Applies focus to a frame.               print()           Invokes the Print dialog box.               setInterval()     Sets function schedule for repeated execution.                setTimeout()      Sets function schedule for delayed execution.  Property               document          Current document loaded within a frame.               frames            Array containing references to child frames.               length            Length of the frames array.               name              name attribute of the frame tag.               parent            Main window or frame from which child frames are created.               self              Refers to the current frame.               top               Browser window that executes script.               window            Refers to current window or frame.