H
Henrik Stidsen
I am trying to access a table in an iframe via javascript. It sounds
easy - but it won´t work...
The iframe is added to the document via someContainerElement.innerHTML
= "<iframe...>", it has name and ID and its visible in my DOM explorer
just as the table I need is it. The table is added from ASP.NET via
Response.Write().
I have tried both window.frames[], document.getElementById and even
document.getElementsByTagName, nothing has worked when the iframe is
involved...
It seems I cannot get af reference to the table in the iframe from the
parent document... ??
easy - but it won´t work...
The iframe is added to the document via someContainerElement.innerHTML
= "<iframe...>", it has name and ID and its visible in my DOM explorer
just as the table I need is it. The table is added from ASP.NET via
Response.Write().
I have tried both window.frames[], document.getElementById and even
document.getElementsByTagName, nothing has worked when the iframe is
involved...
It seems I cannot get af reference to the table in the iframe from the
parent document... ??