iframe 높이 자동 조절 - 아이프레임 사이즈 조절
인터넷정보2007. 10. 11. 17:30
높이만
<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>
'인터넷정보' 카테고리의 다른 글
file 버튼 이미지로 바꾸기 (0) | 2007.10.11 |
---|---|
즐겨찾기 추가 , 시작페이지 설정 하는 스크립 (0) | 2007.10.11 |
오른쪽면에 배너 붙이는 style (0) | 2007.10.11 |
[PHP] 파일 확장자 추출 (0) | 2007.10.11 |
[PHP] error_reporting , 에러 출력 설정 (0) | 2007.10.11 |
IE의 검색엔진를 원하는 것으로 해보자 (0) | 2007.10.11 |
전화번호 자동 정리 - 전화번호 하이픈 넣기 (0) | 2007.10.11 |
Select 메뉴의 border 숨기기 (0) | 2007.10.11 |
마우스로 드래그되는 레이어창 스크립트 (0) | 2007.10.11 |
인쇄 미리 보기 및 페이지 설정 버튼 만드는 방법 (0) | 2007.10.11 |