Home › Forums › CSS › iFrame not working as expected › Reply To: iFrame not working as expected
July 21, 2014 at 7:44 am
#176006
Participant
Possibly…
I did a small look-up and found this article… soo, would something like the following work?
function setParentIframeScrolling() {
var obj = parent.getElement("iframe");
obj.innerHTML = "<scrolling=true>";
}