jnichel
08-05-2002, 05:55 AM
Scenerio :
I have a document which contains a frameset with two frames. In the top frame, I'm poping open a new window with a form in it. I want that form to submit it's contents to the window/frame that opened the new window. I have tried to target the frame to "JavaScript:window.opener", but that just opens a new window. I think this is possible (I've seen forms in new windows post to the opener, but never to a frame in the opener).
I have a document which contains a frameset with two frames. In the top frame, I'm poping open a new window with a form in it. I want that form to submit it's contents to the window/frame that opened the new window. I have tried to target the frame to "JavaScript:window.opener", but that just opens a new window. I think this is possible (I've seen forms in new windows post to the opener, but never to a frame in the opener).