08.10.2016, 16:35
Does anybody know how can I find and edit via custom javascript text which is in the page which is in the iframe?
I've tried:
document.getElementById("iframe1").contentWindow.document.getElementById("text")
but it not works
I've tried:
document.getElementById("iframe1").contentWindow.document.getElementById("text")
but it not works