Which if any of the following enables you to access the methods and properties of the parent
window from a newly opened child window?
A.
The opener property of the window object
B.
The self.href statement
C.
The parent.parent statement
D.
None. This cannot be done.