1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| --- title: images date: 2024-02-16 20:44:34 --- <script type="text/javascript"> function SetCwinHeight(){ var iframeid = document.getElementById("iframeid"); //iframe id if (document.getElementById) { if (iframeid && !window.opera) { if (iframeid.contentDocument && iframeid.contentDocument.body.offsetHeight) { iframeid.height = iframeid.contentDocument.body.offsetHeight + 50; } else if (iframeid.Document && iframeid.Document.body.scrollHeight) { frameid.height = iframeid.Document.body.scrollHeight + 50; } } } } </script>
<iframe width="100%" id="iframeid" onload="Javascript:SetCwinHeight()" scrolling=no height="1000" frameborder="0" src="https://xxxx.xyz/"></iframe>
|