Home >Web Front-end >HTML Tutorial >How to adjust the height of Iframe by yourself_html/css_WEB-ITnose
Same as above..Solution!
Giving a fixed value is not what I want...
Please help me!
window.frameElement.width='1000px'
window.frameElement.height='1000px'
window.frameElement.width='1000px'
window.frameElement .height='1000px'
<script> <br> window.frameElement.width='1000px' <br> window.frameElement.height='1000px' <br> </script>
Put it in the iframe page to see the effect