JavaStripped
Programmer
I got into JS a few months ago, and all was going more or less well until I got to this point. I'm trying to send form textbox values back to the parent of the parent of the dialog box in IE5/6. The main web page has a dialog box (using
) that opens a second dialog box (using the same function) based on radio button value; this all works, but I can't get the form in the second dialog box to return its values to the main window. I tried nesting the
and
properties, but neither method seemed to work. The only other thing I can think of is to use DHTML methods and re-write the code of the single dialog box to play both roles, but I really don't want to go through that. Any assistance would be much appreciated.
Code:
showModalDialog()
Code:
.opener
Code:
.parent