Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS iFrame not working as expected Reply To: iFrame not working as expected

#176006
brutalexcess
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>";
}