My iframe has a src loading which has dropdown list when user clicks an <a> under <li>.
Is it possible that when that <a> is pressed and the content becomes larger, we can fire a resize event.
If I use <frame> with no scrolls, then if content is more it gets cuts off.
My iframe has a src loading which has dropdown list when user clicks an
<a>
under<li>
. Is it possible that when that<a>
is pressed and the content becomes larger, we can fire a resize event. If I use<frame>
with no scrolls, then if content is more it gets cuts off.