I have a document containing an iframe (please don't ask why...), and now I'm trying to access elements/attributes in the document inside that iframe
Tried code like this:
Result:Code:... var frm = document.getElementById("iframe_id"); var doc = frm.contentDocument; var lnk = doc.getElementById("link_id"); ...
Error: uncaught exception:
Permission denied to get property HTMLDocument.getElementById
And, yes, the src of the iframe is an external document (relevant info?)
Help!![]()








Bookmarks