function auto_resize()
{
try{
//------ 스크롤이 있을 때
// v_width = document.body.scrollWidth + 22;
// v_height = document.body.scrollHeight + 25;
//------ 스크롤이 없을 때
v_width = document.body.scrollWidth + 6;
v_height = document.body.scrollHeight + 25;
window.self.resizeTo!(v_width,v_height);
}
반응형
'인터넷정보' 카테고리의 다른 글
PHP 테이블 중복 확인후 생성하기 create table if not exists board (0) | 2007.10.11 |
---|---|
ActiveX 무조건 다운로드하기 (0) | 2007.10.11 |
ActiveX 무조건 다운로드하기 (0) | 2007.10.11 |
이미지 크기 알아내기 (0) | 2007.10.11 |
이미지 크기 알아내기 (0) | 2007.10.11 |
새창(팝업) 크기 자동조절(리사이즈,resize) (0) | 2007.10.11 |
자바스크립에서 쿠기 설정/읽기/삭제 (0) | 2007.10.11 |
자바스크립에서 쿠기 설정/읽기/삭제 (0) | 2007.10.11 |
PHP 파일 타입 알아보기 mime_content_type() (0) | 2007.10.11 |
PHP 파일 타입 알아보기 mime_content_type() (0) | 2007.10.11 |