I have a problem, I am creating by JavaScript
a iframe
var iframe = document.createElement("iframe"); iframe.src = 'web.html'; iframe.scrolling = 'no'; iframe.style.width = options.width; iframe.style.border = 'none'; iframe.style.overflow = 'hidden'; iframe.id = 'ol-widget'; element.appendChild(iframe);
I want to get Height
of web.html
and put it in iframe