Open hbrysiewicz opened 8 years ago
For my example I'm working on a product loaded in an iframe that needs to get a handle on top.document.documentElement rather than the hard-coded current document.documentElement.
top.document.documentElement
document.documentElement
PR incoming...
For my example I'm working on a product loaded in an iframe that needs to get a handle on
top.document.documentElement
rather than the hard-coded currentdocument.documentElement
.PR incoming...