| 
|  |  |    | 14³â Àü |  | 
| <script> <!--
 function resize_frame(obj) {
 var obj_document = obj.contentWindow.document;
 if(obj_document.height) {
 obj.style.height = obj_document.height;
 obj.style.width = obj_document.width;
 } else {
 obj.style.height = obj_document.body.scrollHeight;
 obj.style.width = obj_document.body.scrollWidth;
 }
 }
 //-->
 </script>
 
 À§¿¡´Ù°¡ »ìÆ÷½Ã º¹»çÇØ¼ ºÙ¿© ³ÖÀ¸½Ã°í
 onload='resize_frame(this)' Ãß°¡ ÇÏ½Ã¸é µË´Ï´Ù.
 
 ¿¹Á¦ ÄÚµå ex)
 <iframe src="" frameborder=0 scrolling="no" onload='resize_frame(this)'></iframe>
 | 
 |  
|  ̵̧ : 807 | ̵̧
¸ñ·Ï |  |