iframeに関する問題
742 ワード
iframeアダプティブ高さ
サブページ親ページの内容の取得
親ページサブページの内容の取得
$("#mainFrame").load(function(){
var height = $(document.getElementById('mainFrame').contentWindow.document).height() + 'px';
$("#mainFrame").css("height", height);
$(document.getElementById('mainFrame').contentWindow.document).click(function(){
var height = $(this).height() + 'px';
$("#mainFrame").css("height", height);
});
});
サブページ親ページの内容の取得
window.parent. ;
window.parent. ;
親ページサブページの内容の取得
window.document.getElementById("mainFrame").contentWindow. ;
window.document.getElementById("mainFrame").contentWindow. ;