팝업창을 브라우저 해상도 구분없이 항상 중앙에 띄우기 입니다.
// 팝업창 중앙으로 위치
function center(){
var x,y;
if (self.innerHeight) { // IE 외 모든 브라우저
x = (screen.Width - self.innerWidth) / 2;
y = (screen.Height - self.innerHeight) / 2;
}else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict 모드
x = (screen.Width - document.documentElement.clientWidth) / 2;
y = (screen.Height - document.documentElement.clientHeight) / 2;
}else if (document.body) { // 다른 IE 브라우저( IE < 6)
x = (screen.Width - document.body.clientWidth) / 2;
y = (screen.Height - document.body.clientHeight) / 2;
}
window.moveTo(x,y);
}
// 사용시 : 팝업 스크립트나 팝업파일의 가장 하단에
<script type="text/javascript" language="JavaScript">
<!--
center();
//-->
</script>
댓글 1개
9년 전
좋은 소스를 많이 올리시네요 감사합니다 : )
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4073 | |
| 29 |
아우겐나이스
|
21년 전 | 4455 | |
| 28 |
아우겐나이스
|
21년 전 | 3479 | |
| 27 | 21년 전 | 5858 | ||
| 26 | 21년 전 | 3139 | ||
| 25 | 21년 전 | 6106 | ||
| 24 | 18년 전 | 3670 | ||
| 23 | 21년 전 | 3661 | ||
| 22 | 21년 전 | 4261 | ||
| 21 | 21년 전 | 3836 | ||
| 20 | 21년 전 | 4243 | ||
| 19 | 21년 전 | 6703 | ||
| 18 | 21년 전 | 4748 | ||
| 17 | 21년 전 | 7004 | ||
| 16 | 21년 전 | 4184 | ||
| 15 | 21년 전 | 2656 | ||
| 14 | 21년 전 | 4989 | ||
| 13 | 21년 전 | 3416 | ||
| 12 |
Recluse
|
21년 전 | 3900 | |
| 11 |
아우겐나이스
|
21년 전 | 3585 | |
| 10 |
Recluse
|
21년 전 | 3412 | |
| 9 | 21년 전 | 4027 | ||
| 8 | 21년 전 | 5193 | ||
| 7 | 21년 전 | 4779 | ||
| 6 | 21년 전 | 5709 | ||
| 5 | 21년 전 | 4136 | ||
| 4 | 21년 전 | 4866 | ||
| 3 | 21년 전 | 4764 | ||
| 2 | 21년 전 | 3268 | ||
| 1 | 22년 전 | 4354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기