Hello
basically I have an IFrame inside the top frame. The document in
IFrame defines a javascript object:
var a = new Table();
in the top level frame I want to access this object. I tried doing
document.getEle mentById("IFram eId").document. a
but that didn't work. By the way, I am using IE.
basically I have an IFrame inside the top frame. The document in
IFrame defines a javascript object:
var a = new Table();
in the top level frame I want to access this object. I tried doing
document.getEle mentById("IFram eId").document. a
but that didn't work. By the way, I am using IE.
Comment