Javascript Properties JavaScript Reference

Note:
Read and write property. 
Who is the opener.
    
Syntax:
window.opener = value             
It is possible to use the following syntax to reach deeper into the 
heritage of the window:
window.opener.opener...
window.opener.document.getElementById("elementID").propertyName = value