크로스 도메인으로 타도메인의 내용을 아이프레임을 가져올때 컨텐츠 자동높이 할려면 어떻게 하면좋을까요??
아이예스
11년 전
조회 12,015
크로스 도메인으로 타도메인의 내용을 아이프레임을 가져올때 컨텐츠 자동높이 할려면 어떻게 하면좋을까요??
<script type="text/javascript">
// iframe resize
function autoResize(i)
{
var iframeHeight=
(i).contentWindow.document.body.scrollHeight;
(i).height=iframeHeight+20;
}
</script>
<iframe id="iframe_find" onload="autoResize(this)" src="http://zincmall.co.kr/tmlist2.php">tmlist2.php" width="100%" height="350" border=0 frameborder="0" framespacing="0" marginheight="0" marginwidth="0" scrolling="no" vspace="0" ALLOWTRANSPARENCY="true"></iframe>
// iframe resize
function autoResize(i)
{
var iframeHeight=
(i).contentWindow.document.body.scrollHeight;
(i).height=iframeHeight+20;
}
</script>
<iframe id="iframe_find" onload="autoResize(this)" src="http://zincmall.co.kr/tmlist2.php">tmlist2.php" width="100%" height="350" border=0 frameborder="0" framespacing="0" marginheight="0" marginwidth="0" scrolling="no" vspace="0" ALLOWTRANSPARENCY="true"></iframe>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인