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 |
Tags
- .NET
- JavaScript
- IIS
- Adobe pdf reader
- flash
- MSSQL
- HTML
- CSS
- Jrun
- samba
- Vista
- 블로그 수익화
- 인테리어그림
- JSP
- 갑근세
- Eclipse
- 국민연금
- 블로그 방문자 늘리기
- 블로그 조회수
- oralce
- 에덴미술
- 블루수국그림
- Administrator
- MySQL
- PHP
- 소득세
- 즐겨찾기 추가
- 블로그 조회수 늘리기
- Jexcel
- CVS
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 |