홈   즐겨찾기   시작페이지로   문의하기
컨설팅 인큐베이팅 파트너쉽 ToTs
IT컨설팅
CI/BI제작
홈페이지제작
솔루션도입
호스팅
유지보수&운영대행
마케팅
모바일웹
ToTs 사례
상담현황
Q&A
서비스 ToTs 사례
전체글 2088 건
아버지 (자영업)사업체의 온라인 마켓을 만들고싶습니다!
온라인쇼핑몰 관리자 계정 분실
홈페이지를 만들고싶은데요
자동매매 시스템개발, 국내에서도 가능한가요?
급여관리 가능한 프로그램 추천이요!
오프라인매장 운영중 추가하여, 온라인몰 추가 예정인데,
프랜차이즈 홈페이지는 차이점
부고장/청첩장처럼 다른 사이트?로 접속되어 편지를 볼
사업 아예 초보
홈페이지 제작 관련 질문 드립니다.

#아이프레임#자동변환

방법...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사례 찾아오시는 길