H
Halldór Ísak Gylfason
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.getElementById("IFrameId").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.getElementById("IFrameId").document.a
but that didn't work. By the way, I am using IE.