Transfer value from framed popup to framed mainpag
I have a framed mainpage. From one of the pages i open up af popupwindow - also framed.
From a page in this framed popupwindow i wish to return a value to a page in the framed mainpage.
I've tried lots of combinations, but none of them seems to work:
Ex.:
--------------------------------------
opener.parent.frames['frmMain'].document.form1.test.value = nummer;
--------------------------------------
"test" is the form-field on the framed mainpage.
No matter what I try, I get the following error:
"Opener.parent" is null or not an object."
Anyone knows what the problem is?
|