JavaCowboy
03-01-2002, 11:26 AM
I know this doesn't relate directly to Linux, but I have a question about JavaScript.
I'm working on an application that uses a pop-up Window to enter data, like a Wizard. When the user hits "submit" on the pop-up Window, the original page needs to change after the user has submitted their data. I've looked over the JavaScript API from the Netscape site, specifically, the Window object, and the window.parent property doesn't seem to point to the originating page.
My question is how would I get the JavaScript on the pop-up window page to interact with the originating window object?
I'm working on an application that uses a pop-up Window to enter data, like a Wizard. When the user hits "submit" on the pop-up Window, the original page needs to change after the user has submitted their data. I've looked over the JavaScript API from the Netscape site, specifically, the Window object, and the window.parent property doesn't seem to point to the originating page.
My question is how would I get the JavaScript on the pop-up window page to interact with the originating window object?