// 팝업창 중앙으로 위치
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>
게시글 목록
| 번호 | 제목 |
|---|---|
| 12211 | |
| 12210 | |
| 12208 | |
| 12207 | |
| 12206 | |
| 12205 | |
| 20383 | |
| 12204 |
JavaScript
Fiddler - 데이타 송수신 상태 체크 프로그램
|
| 12203 | |
| 12202 |
PHP
php로 엑셀 만들기 입니다.
|
| 12201 | |
| 12199 | |
| 350 | |
| 12197 | |
| 12196 | |
| 12195 | |
| 12193 | |
| 12190 | |
| 12189 | |
| 12188 | |
| 12187 | |
| 12186 | |
| 12185 | |
| 12183 | |
| 12182 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기