Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the property of a Window object that holids the name of the frame?

  2. A.

     name

    B.

     title

    C.

     description

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The name property of a Window object holds the name of the frame, if it has one. This property is writable, and scripts can set it as desired.


Be The First To Comment