홈   즐겨찾기   시작페이지로   문의하기
컨설팅 인큐베이팅 파트너쉽 ToTs
IT컨설팅
CI/BI제작
홈페이지제작
솔루션도입
호스팅
유지보수&운영대행
마케팅
모바일웹
ToTs 사례
상담현황
Q&A
서비스 ToTs 사례
전체글 2086 건
크라우드펀딩 플랫폼 제작비용
조립PC 사이트 제작문의 합니다.
국내 지식거래 사이트제작
묘원관리 프로그램 문의
정확하고 효율적인 재고 운영을 위한 재고관리프로그램 추천
국내 및 해외에 악보 판매하는 작은 사이트를 만들고싶은데 유지비 질문드립니다.
회사 전산프로그램 추천
병원 재료 재고 관리에 관하여
과외왕, 위스왓 같은 홈페이지 제작
인터넷쇼핑몰과 연계하여 오더 및 재고관리 할 수 있는 프로그램 개발원합니다. 견적이 얼마나 나올까요?

#아이프레임#자동변환

방법...1..

<script Language='javascript'>
function reSize() {
        try{
        var objBody = ifrm.document.body;
        var objFrame = document.all["ifrm"];
        ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
       
        if (ifrmHeight > 300) {
                objFrame.style.height = ifrmHeight
        }else{
                objFrame.style.height = 300;
        }
        objFrame.style.width = '100%'
        }catch(e){}
}
function init_iframe() {
        reSize();
        setTimeout('init_iframe()',200)
}
init_iframe();
</script><iframe id='ifrm' src="보여질페이지주소" width="가로크기" height="세로크기" frameborder=0 marginheight=0 marginwidth=0></iframe>


방법2.

<script>
function doResize()
{
container.height = myframe.document.body.scrollHeight;
container.width = myframe.document.body.scrollWidth;
}
</script>
<table border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td id="container"><iframe src="your_file.html" name="myframe" width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="no" onload="doResize()"></iframe></td>
  </tr>
</table>





회사소개 이메일무단수집거부 ToTs사례 찾아오시는 길