var Q_dmnsn = {
/*
Browser: MSIE7, Firefox3, Safari3, Opera9
DTD: Quirks, Strict XHTML 1.0, Strict HTML 4.01
Update: 2008-09-02
*/
get_lft : function(idntty) { return parseInt(document.getElementById(idntty).style.left ); }
,get_top : function(idntty) { return parseInt(document.getElementById(idntty).style.top ); }
,get_wdth : function(idntty) { return parseInt(document.getElementById(idntty).style.width ); }
,get_hght : function(idntty) { return parseInt(document.getElementById(idntty).style.height); }
,set_lft : function(idntty,nmbr) { document.getElementById(idntty).style.left = nmbr+"px"; }
,set_top : function(idntty,nmbr) { document.getElementById(idntty).style.top = nmbr+"px"; }
,set_wdth : function(idntty,nmbr) { document.getElementById(idntty).style.width = nmbr+"px"; }
,set_hght : function(idntty,nmbr) { document.getElementById(idntty).style.height = nmbr+"px"; }
,get_scrll_lft : function(idntty) {
if(document.body.scrollLeft) return document.body.scrollLeft;
else return document.documentElement.scrollLeft;
}
,get_scrll_top : function(idntty) {
if(document.body.scrollTop) return document.body.scrollTop;
else return document.documentElement.scrollTop;
}
,set_scrll_lft : function(nmbr) {
document.body.scrollLeft = nmbr;
document.documentElement.scrollLeft = nmbr;
}
,set_scrll_top : function(nmbr) {
document.body.scrollTop = nmbr;
document.documentElement.scrollTop = nmbr;
}
,clnt_wdth : function() {
if(typeof(document.compatMode)=='undefined' ) return document.documentElement.clientWidth;
else if(document.compatMode =='BackCompat') return document.body.clientWidth;
else if(document.compatMode =='CSS1Compat') return document.documentElement.clientWidth;
}
,clnt_hght : function() {
if(typeof(document.compatMode)=='undefined' ) return document.documentElement.clientHeight;
else if(document.compatMode =='BackCompat') return document.body.clientHeight;
else if(document.compatMode =='CSS1Compat') return document.documentElement.clientHeight;
}
,clnt_x : function(e) {
if(e) return e.clientX; else return event.clientX;
}
,clnt_y : function(e) {
if(e) return e.clientY; else return event.clientY;
}
};
/*
Browser: MSIE7, Firefox3, Safari3, Opera9
DTD: Quirks, Strict XHTML 1.0, Strict HTML 4.01
Update: 2008-09-02
*/
get_lft : function(idntty) { return parseInt(document.getElementById(idntty).style.left ); }
,get_top : function(idntty) { return parseInt(document.getElementById(idntty).style.top ); }
,get_wdth : function(idntty) { return parseInt(document.getElementById(idntty).style.width ); }
,get_hght : function(idntty) { return parseInt(document.getElementById(idntty).style.height); }
,set_lft : function(idntty,nmbr) { document.getElementById(idntty).style.left = nmbr+"px"; }
,set_top : function(idntty,nmbr) { document.getElementById(idntty).style.top = nmbr+"px"; }
,set_wdth : function(idntty,nmbr) { document.getElementById(idntty).style.width = nmbr+"px"; }
,set_hght : function(idntty,nmbr) { document.getElementById(idntty).style.height = nmbr+"px"; }
,get_scrll_lft : function(idntty) {
if(document.body.scrollLeft) return document.body.scrollLeft;
else return document.documentElement.scrollLeft;
}
,get_scrll_top : function(idntty) {
if(document.body.scrollTop) return document.body.scrollTop;
else return document.documentElement.scrollTop;
}
,set_scrll_lft : function(nmbr) {
document.body.scrollLeft = nmbr;
document.documentElement.scrollLeft = nmbr;
}
,set_scrll_top : function(nmbr) {
document.body.scrollTop = nmbr;
document.documentElement.scrollTop = nmbr;
}
,clnt_wdth : function() {
if(typeof(document.compatMode)=='undefined' ) return document.documentElement.clientWidth;
else if(document.compatMode =='BackCompat') return document.body.clientWidth;
else if(document.compatMode =='CSS1Compat') return document.documentElement.clientWidth;
}
,clnt_hght : function() {
if(typeof(document.compatMode)=='undefined' ) return document.documentElement.clientHeight;
else if(document.compatMode =='BackCompat') return document.body.clientHeight;
else if(document.compatMode =='CSS1Compat') return document.documentElement.clientHeight;
}
,clnt_x : function(e) {
if(e) return e.clientX; else return event.clientX;
}
,clnt_y : function(e) {
if(e) return e.clientY; else return event.clientY;
}
};
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2630 |
|
15년 전 | 818 | |
| 2629 | 15년 전 | 897 | ||
| 2628 | 15년 전 | 1089 | ||
| 2627 | 15년 전 | 1788 | ||
| 2626 |
angpang
|
15년 전 | 1103 | |
| 2625 |
|
15년 전 | 1196 | |
| 2624 | 15년 전 | 971 | ||
| 2623 | 15년 전 | 917 | ||
| 2622 | 15년 전 | 1289 | ||
| 2621 | 15년 전 | 1740 | ||
| 2620 | 15년 전 | 1019 | ||
| 2619 | 15년 전 | 1361 | ||
| 2618 |
terrorboys
|
15년 전 | 1625 | |
| 2617 |
mummy
|
15년 전 | 983 | |
| 2616 | 15년 전 | 907 | ||
| 2615 |
windday
|
15년 전 | 1062 | |
| 2614 | 15년 전 | 1122 | ||
| 2613 | 15년 전 | 936 | ||
| 2612 | 15년 전 | 1218 | ||
| 2611 | 15년 전 | 1289 | ||
| 2610 | 15년 전 | 1223 | ||
| 2609 | 15년 전 | 3139 | ||
| 2608 |
DiZiNOr
|
15년 전 | 824 | |
| 2607 | 15년 전 | 1366 | ||
| 2606 |
|
15년 전 | 942 | |
| 2605 | 15년 전 | 1761 | ||
| 2604 | 15년 전 | 722 | ||
| 2603 | 15년 전 | 881 | ||
| 2602 |
bitmaster
|
15년 전 | 901 | |
| 2601 | 15년 전 | 903 | ||
| 2600 | 15년 전 | 1643 | ||
| 2599 | 15년 전 | 2939 | ||
| 2598 | 15년 전 | 2024 | ||
| 2597 | 15년 전 | 1933 | ||
| 2596 | 15년 전 | 917 | ||
| 2595 | 15년 전 | 1022 | ||
| 2594 | 15년 전 | 966 | ||
| 2593 |
순천홈페이지
|
15년 전 | 862 | |
| 2592 | 15년 전 | 1148 | ||
| 2591 | 15년 전 | 844 | ||
| 2590 | 15년 전 | 1322 | ||
| 2589 |
dannykim
|
15년 전 | 745 | |
| 2588 |
dannykim
|
15년 전 | 652 | |
| 2587 | 15년 전 | 1532 | ||
| 2586 | 15년 전 | 795 | ||
| 2585 | 15년 전 | 1239 | ||
| 2584 | 15년 전 | 1103 | ||
| 2583 | 15년 전 | 787 | ||
| 2582 | 15년 전 | 807 | ||
| 2581 | 15년 전 | 717 | ||
| 2580 |
|
15년 전 | 694 | |
| 2579 | 15년 전 | 859 | ||
| 2578 | 15년 전 | 1119 | ||
| 2577 | 15년 전 | 2273 | ||
| 2576 |
확실한방법
|
15년 전 | 883 | |
| 2575 | 15년 전 | 972 | ||
| 2574 | 15년 전 | 997 | ||
| 2573 | 15년 전 | 994 | ||
| 2572 | 15년 전 | 1067 | ||
| 2571 |
|
15년 전 | 686 | |
| 2570 | 15년 전 | 1950 | ||
| 2569 |
|
15년 전 | 783 | |
| 2568 | 15년 전 | 1589 | ||
| 2567 | 15년 전 | 746 | ||
| 2566 |
dannykim
|
15년 전 | 757 | |
| 2565 | 15년 전 | 1423 | ||
| 2564 |
기획매니아
|
15년 전 | 1051 | |
| 2563 | 15년 전 | 1324 | ||
| 2562 | 15년 전 | 1623 | ||
| 2561 | 15년 전 | 1261 | ||
| 2560 | 15년 전 | 1348 | ||
| 2559 | 15년 전 | 718 | ||
| 2558 |
|
15년 전 | 2271 | |
| 2557 | 15년 전 | 1013 | ||
| 2556 | 15년 전 | 748 | ||
| 2555 | 15년 전 | 1093 | ||
| 2554 | 15년 전 | 797 | ||
| 2553 | 15년 전 | 2042 | ||
| 2552 | 15년 전 | 1080 | ||
| 2551 | 15년 전 | 909 | ||
| 2550 |
|
15년 전 | 997 | |
| 2549 | 15년 전 | 951 | ||
| 2548 |
|
15년 전 | 964 | |
| 2547 |
|
15년 전 | 1051 | |
| 2546 | 15년 전 | 547 | ||
| 2545 | 15년 전 | 476 | ||
| 2544 | 15년 전 | 441 | ||
| 2543 | 15년 전 | 1149 | ||
| 2542 |
|
15년 전 | 960 | |
| 2541 | 15년 전 | 807 | ||
| 2540 | 15년 전 | 801 | ||
| 2539 | 15년 전 | 1199 | ||
| 2538 | 15년 전 | 3198 | ||
| 2537 | 15년 전 | 1068 | ||
| 2536 |
|
15년 전 | 1869 | |
| 2535 | 15년 전 | 1145 | ||
| 2534 |
|
15년 전 | 963 | |
| 2533 | 15년 전 | 2603 | ||
| 2532 | 15년 전 | 1611 | ||
| 2531 |
|
15년 전 | 2505 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기