높이만
<iframe name="iframe1" src="about:blank" width="600" height="0" frameborder="0" onload="this.style.height=this.contentWindow.document.body.scrollHeight;"></iframe>
너비와 높이
<iframe name="iframe1" src="about:blank" width="600" height="0" frameborder="0" onload="this.stylewidth=this.contentWindow.document.body.scrollWidth;this.style.height=this.contentWindow.document.body.scrollHeight;"></iframe>
'인터넷관련' 카테고리의 다른 글
즐겨찾기 추가 , 시작페이지 설정 하는 스크립 (0) | 2008.02.16 |
---|---|
오른쪽면에 배너 붙이는 style (0) | 2008.02.16 |
[PHP] 파일 확장자 추출 (0) | 2008.02.16 |
[PHP] error_reporting , 에러 출력 설정 (0) | 2008.02.16 |
select 태그 활용법 - 셀렉트박스, 콤보박스 (0) | 2008.02.16 |
IE의 검색엔진를 원하는 것으로 해보자 (0) | 2008.02.16 |
전화번호 자동 정리 - 전화번호 하이픈 넣기 (0) | 2008.02.16 |
Select 메뉴의 border 숨기기 (0) | 2008.02.16 |