posted 17 years ago
I have a web page (parent window 1) where I am using javascript to open up a pop-up window (window 2) that contains a textarea box and a submit button.
Here are the steps I am needing to take:
1. From parent window 1 - click button to open up a pop-up window (window 2).
2. From pop-up window enter in value in textarea box and click the submit button and then close the pop-up window.
3.