Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to access the subwindow and its document from scripts in the main window.
Provided you preserve the reference to the subwindow returned by the window.open() method, and if the content of the subwindow is served by the same domain and server as the main window document, you can access any property or method that you are able to from scripts within the subwindow.