CIW Exam Questions

Which if any of the following enables you to access a child window from the parent window using an o

Which if any of the following enables you to access a child window from the parent window using
an object reference?

A.
The opener property of the window object

B.
The open() method of the window object

C.
The parent.parent statement

D.
None. This cannot be done.