I am loading an aspx web page in an iframe. The content in the Iframe can be of more height than the iframe\'s height. The iframe should not have scroll bars.
I have
I am using jQuery and the code below working for me,
var iframe = $(window.top.document).find("#iframe_id_here"); iframe.height(iframe.contents().height()+'px' );