Methods and Properties of the Frame Object : Browser Info : Window Browser JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Window Browser » Browser Info »

 

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.
           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Window Browser
» Browser Info