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