functionAdjustIFramesHeightOnLoad(iframe) {
var iframeHeight = Math.min (iframe.contentWindow.window.document.documentElement.scrollHeight, iframe.contentWindow.window.document.body.scrollHeight);
$(iframe).height(iframeHeight); 🎜>
失敗したテストについては話しません。早速話しましょう。
2 つのリンクと iframe:
パスワードを変更
js コード: