Using jQuery to access the DOM structure of parent HTML webpage from within the child HTML window
This is a demonstration of how a child web page can access the DOM structure of its parent web page using jQuery and JavaScript.
It shows a button on the parent web page to spawn the child web page in a separate browser window.
The child web page provides a text field and a submit button to write user's input to the parent web page.