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에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1730 | 17년 전 | 1176 | ||
| 1729 | 17년 전 | 1593 | ||
| 1728 | 17년 전 | 1668 | ||
| 1727 | 17년 전 | 1809 | ||
| 1726 | 17년 전 | 2946 | ||
| 1725 | 17년 전 | 2081 | ||
| 1724 |
|
17년 전 | 1766 | |
| 1723 |
끝없는사랑
|
17년 전 | 2099 | |
| 1722 |
끝없는사랑
|
17년 전 | 1805 | |
| 1721 | 17년 전 | 3340 | ||
| 1720 | 17년 전 | 1523 | ||
| 1719 | 17년 전 | 1645 | ||
| 1718 |
사랑합니다
|
17년 전 | 1362 | |
| 1717 | 17년 전 | 2177 | ||
| 1716 | 17년 전 | 3130 | ||
| 1715 |
|
17년 전 | 2268 | |
| 1714 |
|
17년 전 | 1723 | |
| 1713 | 17년 전 | 2973 | ||
| 1712 | 17년 전 | 4419 | ||
| 1711 | 17년 전 | 1735 | ||
| 1710 | 17년 전 | 3235 | ||
| 1709 |
jeans
|
17년 전 | 1562 | |
| 1708 |
|
17년 전 | 3472 | |
| 1707 | 17년 전 | 5833 | ||
| 1706 |
|
17년 전 | 1413 | |
| 1705 |
|
17년 전 | 2150 | |
| 1704 | 17년 전 | 1782 | ||
| 1703 |
심심맨닷컴
|
17년 전 | 1522 | |
| 1702 | 17년 전 | 2412 | ||
| 1701 |
|
17년 전 | 2616 | |
| 1700 | 17년 전 | 1588 | ||
| 1699 | 17년 전 | 2677 | ||
| 1698 |
RedRiverFisher
|
17년 전 | 3163 | |
| 1697 |
심심맨닷컴
|
17년 전 | 1517 | |
| 1696 |
eclub
|
17년 전 | 1932 | |
| 1695 | 17년 전 | 3838 | ||
| 1694 |
깜장고무신
|
17년 전 | 4471 | |
| 1693 |
stuartkim
|
17년 전 | 1867 | |
| 1692 |
stuartkim
|
17년 전 | 1720 | |
| 1691 |
|
17년 전 | 2660 | |
| 1690 | 17년 전 | 1841 | ||
| 1689 | 17년 전 | 3927 | ||
| 1688 | 17년 전 | 1634 | ||
| 1687 | 16년 전 | 1917 | ||
| 1686 |
|
17년 전 | 2251 | |
| 1685 | 17년 전 | 2103 | ||
| 1684 |
|
17년 전 | 3562 | |
| 1683 |
leeLook
|
17년 전 | 1580 | |
| 1682 | 17년 전 | 2649 | ||
| 1681 | 17년 전 | 1629 | ||
| 1680 | 17년 전 | 1900 | ||
| 1679 | 17년 전 | 7416 | ||
| 1678 | 17년 전 | 1992 | ||
| 1677 | 17년 전 | 4083 | ||
| 1676 | 17년 전 | 2414 | ||
| 1675 | 17년 전 | 2423 | ||
| 1674 | 17년 전 | 2142 | ||
| 1673 | 17년 전 | 2192 | ||
| 1672 | 17년 전 | 2614 | ||
| 1671 | 17년 전 | 3206 | ||
| 1670 | 17년 전 | 5318 | ||
| 1669 |
플래시007
|
17년 전 | 2770 | |
| 1668 |
|
17년 전 | 2690 | |
| 1667 | 17년 전 | 2542 | ||
| 1666 |
|
17년 전 | 1789 | |
| 1665 | 17년 전 | 2196 | ||
| 1664 | 17년 전 | 5300 | ||
| 1663 |
|
17년 전 | 3011 | |
| 1662 |
|
17년 전 | 2574 | |
| 1661 |
|
17년 전 | 3249 | |
| 1660 |
|
17년 전 | 2464 | |
| 1659 |
|
17년 전 | 2824 | |
| 1658 | 17년 전 | 5863 | ||
| 1657 | 17년 전 | 2622 | ||
| 1656 |
Piece
|
17년 전 | 2017 | |
| 1655 |
|
17년 전 | 2645 | |
| 1654 | 17년 전 | 1470 | ||
| 1653 | 17년 전 | 9790 | ||
| 1652 | 17년 전 | 4446 | ||
| 1651 | 17년 전 | 3276 | ||
| 1650 | 17년 전 | 1803 | ||
| 1649 | 17년 전 | 3597 | ||
| 1648 | 17년 전 | 2278 | ||
| 1647 | 17년 전 | 3722 | ||
| 1646 | 17년 전 | 5172 | ||
| 1645 | 17년 전 | 3822 | ||
| 1644 | 17년 전 | 2668 | ||
| 1643 | 17년 전 | 2931 | ||
| 1642 | 17년 전 | 2440 | ||
| 1641 | 17년 전 | 2776 | ||
| 1640 |
porgy
|
17년 전 | 1894 | |
| 1639 | 17년 전 | 3429 | ||
| 1638 |
컴퓨터기술자
|
17년 전 | 2129 | |
| 1637 |
|
17년 전 | 2256 | |
| 1636 | 17년 전 | 2072 | ||
| 1635 | 17년 전 | 3041 | ||
| 1634 |
귀여운현호
|
17년 전 | 1990 | |
| 1633 |
태양의서쪽
|
17년 전 | 2659 | |
| 1632 | 17년 전 | 3861 | ||
| 1631 | 17년 전 | 4560 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기