posted 23 years ago
Hi, apparently you can't read certain properties for another window and possibly another frame.
For instance even trying to read opener.location from a child pop window will trigger the access denied error. Somebody can confirm this, or has a workaround?
In your case, passing data from one frame to the other should be possible if you store them the in the frameset. You can then access them from a frame with parent.variablename
Hope it helps.
fl