iframeネスト親子ラベル相互取得親子要素の解決策

389 ワード

親ページのサブページ要素の取得方法:
document.getElementById('childFrm').contentWindow.document.getElementsByClassName('childClass');  //        ,         jQuery,          ,      

サブページの親ページ要素の取得方法:
$("#childId",parent.document).val();     //        value 
parent.parentmethod();      //