luciddream, Thanks for replying but that doesn't work either.
jaredn, I say it doesn't work because when I put an
alert statement after assigning, nothing is displayed.
I have:
var pframe = eval('parent.FRAMEP1.document');
alert(pframe);
var pTop = eval('parent.FORM104TOP.RC104TOP');
alert(pTop);
When it passes through the first alert, it gives me aa alert message [object HTMLDOCUMENT]. But it does not give any alert message for the second alert statement.
Can anyone help me figure out this one?