User-1634604574 posted
i have this iframe inside div i want to make height that iframe auto after page loaded inside it
<div>
<iframe onload='autoResize(this)' class='IDNAME' style='height:100%;width:100%;border:none;display: block;;overflow: hidden;' scrolling='no' src='/temp/c.html' type='text/html' ></iframe>
</div>
that code is not working fine