Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 즐겨찾기 추가
- 에덴미술
- Jexcel
- MSSQL
- HTML
- Adobe pdf reader
- MySQL
- 국민연금
- CSS
- samba
- 소득세
- .NET
- 블로그 수익화
- Jrun
- 블로그 방문자 늘리기
- Administrator
- oralce
- 갑근세
- 블루수국그림
- 인테리어그림
- 블로그 조회수
- 블로그 조회수 늘리기
- flash
- JSP
- Eclipse
- JavaScript
- CVS
- IIS
- PHP
- Vista
Archives
- Today
- Total
I LOVE EJ
팝업 중앙정렬 본문
function popupOpen(url,Win, X, Y, Scroll){
l = (screen.width) ? (screen.width- X) / 2 : 0;
t = (screen.height) ? (screen.height- Y) / 2 : 0;
NewWindow=window.open(url,Win,'width='+X+',height='+Y+',top='+t+',left='+l+',scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no');
}
l = (screen.width) ? (screen.width- X) / 2 : 0;
t = (screen.height) ? (screen.height- Y) / 2 : 0;
NewWindow=window.open(url,Win,'width='+X+',height='+Y+',top='+t+',left='+l+',scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no');
}
'Web publishing > JavaScript' 카테고리의 다른 글
스크랩 (0) | 2010.06.22 |
---|---|
qna 탭 예제 (0) | 2010.06.22 |
팝업 풀사이즈 (0) | 2010.06.18 |
Javascript - Mozila FireFox Copy Clipboard ( for Cross Browsing ) (0) | 2010.05.19 |
레이어 팝업 예제 (0) | 2010.04.08 |