this is my code on html i tried script but not working help please :
<iframe onload='
javascript:(
function(o){
o.style.height=o.contentWindow.document.body.scrollHeight +"px";
alert("hello" +o.contentWindow.document.body.scrollHeight );
}(this));' scrolling="no" [src]="urlSafe"></iframe>