親ページの
559 ワード
一、父のJSPページのコード:
<iframe id="content" name="content" width=100% height=100% src='smsTemplateList.jsp' frameborder="0" scrolling="yes"></iframe>
二、サブページのコード:
// <iframe , ,
parent.document.all("content").height=document.body.scrollWidth;
// <iframe , ,
parent.document.all("content").height=document.body.scrollHeight;