Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The inner frame within a top-level window can be referred as

  2. A.

     parent(parent)

    B.

     parent.parent

    C.

     parent*parent

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    If a frame is contained within another frame that is contained within a top-level window, that frame can refer to the top-level window as parent.parent.


Be The First To Comment