I created a new popup window from an existing page using:
window.open("myUrl","myName","width=200,height=200");
Now on that popup window I have a text input and a button, I want to create an onclick method for the button that sends the text inputs value to the page that created the popup without using a form or php, is this possible?