わかりました、ここから2つの解決策を試しました(フォーラムとこれまでのところ何も起こりませんでした)ここに私のコードがあります:
<script>
<!---tried this without success-->
$("#mySupport").resizable();
alert("Hello! I am an alert box!!");
<!--also tried this from the forums-->
$(document).ready(function(){
$('#mySupport', window.parent.document).height($(document).height());
});
</script>
<iframe id="mySupport" width="960" height="900" seamless src="https://enterraglobal.zendesk.com/" scrolling="no">
</iframe>
<!--I don't know probably I'm missing something-->