<script>
function doResize()
{
container.height = myframe.document.body.scrollHeight; // 세로크기를 자동으로 조정해줍니다.
container.width = myframe.document.body.scrollWidth; // 이부분은 제거하셔도 상관없습니다.
}
</script>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="container"><iframe src="당신의 주소" name="myframe" width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="no" onload="doResize()"></iframe></td>
</tr>
</table>
이렇게하면 머리아프게 헤더니 푸터니할필요없이 간단하게아이프레임으로 노프레임사이트구성이가능합니다.
자동으로 세로크기조정이되니까요~
초간단 iframe으로 노프레임(원프레임)사이트만들기!
공부 게시판
공부에 도움되는 글을 올려주세요.
-
[공지] 공부 게시판 입니다.
-
홍콩 보내주다를 뜻하는 영어 표현 한가지를 노래를 통해 배워보자
-
향수 잔향 기간별 구분
-
Question about Korean - What does 홍콩을 보내다 mean?
-
리눅스 서버 설치 중 에러 "Failed to find a suitable stage1 device"
-
Linux 11 . Linux 설치 시 lvm 수동설정
-
[Rocky Linux] 누구나 쉽게 따라하는 Rocky Linux 9.0 OS 다운로드 및 설치 방법~!!
-
Linux/Rocky Linux Rocky Linux : Composer 설치
-
[Rocky Linux] 록키 리눅스 최신 업데이트 적용 방법
-
rocky linux 커널 업데이트
-
[Windows] OWASP ZAP 사용법
-
[웹 취약점] 웹서버 디렉토리 리스팅 방지
-
Clonezilla(클론질라) 백업파일 하드디스크로 복구 방법
-
클론질라 사용 방법 - OS 이미지 백업 CloneZilla
-
[Linux / Rocky] FTP 접속 관련 설정 실습 예제
-
Could not reliably determine the server's fully qualified domain name
-
[아파치] 아파치 웹서버에 .htaccess 파일 설정하는 방법
-
[Linux] Apache web server의 rewrite module 사용하기 [출처] [Linux] Apache web server의 rewrite module 사용하기|작성자 g00dmoney
-
록키 리눅스 9.1에서 apache, mysql, PHP 설치
-
[권한문제] 라이믹스 Fatal error: Uncaught Rhymix\Framework\Exception: Cannot write template cache file
-
라이믹스 php 에러 표시


















