iframe 을 resize 해주는 jQuery 구문
<script type='text/javascript'> $(function() { $('#test2').load(function() { $(this).css("height", $(this).contents().find("body").height() + "px"); }); }); </script>
<iframe id="test2" width="100%" src ="test.htm" />
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.