높이만
<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>
반응형
'인터넷정보' 카테고리의 다른 글
오른쪽면에 배너 붙이는 style (0) | 2007.10.11 |
---|---|
[PHP] 파일 확장자 추출 (0) | 2007.10.11 |
[PHP] 파일 확장자 추출 (0) | 2007.10.11 |
[PHP] error_reporting , 에러 출력 설정 (0) | 2007.10.11 |
[PHP] error_reporting , 에러 출력 설정 (0) | 2007.10.11 |
iframe 높이 자동 조절 - 아이프레임 사이즈 조절 (0) | 2007.10.11 |
IE의 검색엔진를 원하는 것으로 해보자 (0) | 2007.10.11 |
IE의 검색엔진를 원하는 것으로 해보자 (0) | 2007.10.11 |
전화번호 자동 정리 - 전화번호 하이픈 넣기 (0) | 2007.10.11 |
전화번호 자동 정리 - 전화번호 하이픈 넣기 (0) | 2007.10.11 |