Can you tell me how to pass some variable between a popup child window (with frames) to the opener (with frames too)?
I was using: window.opener.FormName.InputName.value (in the popup) but after creating frames in the popup it doesnt work anymore...
Help?