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에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 85 | ||
| 8229 | 9년 전 | 80 | ||
| 8228 |
커네드커네드
|
9년 전 | 120 | |
| 8227 | 9년 전 | 136 | ||
| 8226 | 9년 전 | 173 | ||
| 8225 | 9년 전 | 159 | ||
| 8224 | 9년 전 | 152 | ||
| 8223 | 9년 전 | 121 | ||
| 8222 |
|
9년 전 | 199 | |
| 8221 | 9년 전 | 98 | ||
| 8220 | 9년 전 | 114 | ||
| 8219 | 9년 전 | 109 | ||
| 8218 | 9년 전 | 157 | ||
| 8217 |
star3840
|
9년 전 | 119 | |
| 8216 | 9년 전 | 168 | ||
| 8215 | 9년 전 | 126 | ||
| 8214 | 9년 전 | 231 | ||
| 8213 | 9년 전 | 171 | ||
| 8212 | 9년 전 | 87 | ||
| 8211 | 9년 전 | 258 | ||
| 8210 | 9년 전 | 254 | ||
| 8209 | 9년 전 | 344 | ||
| 8208 | 9년 전 | 233 | ||
| 8207 | 9년 전 | 238 | ||
| 8206 |
|
9년 전 | 198 | |
| 8205 | 9년 전 | 176 | ||
| 8204 | 9년 전 | 144 | ||
| 8203 | 9년 전 | 240 | ||
| 8202 | 9년 전 | 152 | ||
| 8201 | 9년 전 | 188 | ||
| 8200 | 9년 전 | 171 | ||
| 8199 | 9년 전 | 227 | ||
| 8198 | 9년 전 | 183 | ||
| 8197 | 9년 전 | 174 | ||
| 8196 | 9년 전 | 563 | ||
| 8195 | 9년 전 | 171 | ||
| 8194 | 9년 전 | 291 | ||
| 8193 | 9년 전 | 165 | ||
| 8192 | 9년 전 | 206 | ||
| 8191 | 9년 전 | 154 | ||
| 8190 | 9년 전 | 143 | ||
| 8189 | 9년 전 | 200 | ||
| 8188 | 9년 전 | 137 | ||
| 8187 | 9년 전 | 154 | ||
| 8186 | 9년 전 | 151 | ||
| 8185 | 9년 전 | 321 | ||
| 8184 | 9년 전 | 114 | ||
| 8183 | 9년 전 | 333 | ||
| 8182 | 9년 전 | 178 | ||
| 8181 | 9년 전 | 139 | ||
| 8180 | 9년 전 | 708 | ||
| 8179 | 9년 전 | 497 | ||
| 8178 | 9년 전 | 317 | ||
| 8177 |
kiplayer
|
9년 전 | 338 | |
| 8176 | 9년 전 | 361 | ||
| 8175 | 9년 전 | 233 | ||
| 8174 | 9년 전 | 257 | ||
| 8173 | 9년 전 | 352 | ||
| 8172 | 9년 전 | 209 | ||
| 8171 | 9년 전 | 190 | ||
| 8170 | 9년 전 | 302 | ||
| 8169 |
커네드커네드
|
9년 전 | 263 | |
| 8168 | 9년 전 | 330 | ||
| 8167 | 9년 전 | 326 | ||
| 8166 | 9년 전 | 245 | ||
| 8165 | 9년 전 | 181 | ||
| 8164 | 9년 전 | 309 | ||
| 8163 | 9년 전 | 294 | ||
| 8162 | 9년 전 | 309 | ||
| 8161 | 9년 전 | 304 | ||
| 8160 |
|
9년 전 | 504 | |
| 8159 | 9년 전 | 435 | ||
| 8158 | 9년 전 | 262 | ||
| 8157 | 9년 전 | 390 | ||
| 8156 | 9년 전 | 281 | ||
| 8155 | 9년 전 | 263 | ||
| 8154 |
00년생용띠
|
9년 전 | 606 | |
| 8153 | 9년 전 | 241 | ||
| 8152 |
|
9년 전 | 418 | |
| 8151 | 9년 전 | 417 | ||
| 8150 | 9년 전 | 514 | ||
| 8149 |
Jangfolk
|
9년 전 | 356 | |
| 8148 | 9년 전 | 180 | ||
| 8147 | 9년 전 | 382 | ||
| 8146 | 9년 전 | 451 | ||
| 8145 | 9년 전 | 396 | ||
| 8144 | 9년 전 | 362 | ||
| 8143 | 9년 전 | 204 | ||
| 8142 | 9년 전 | 432 | ||
| 8141 | 9년 전 | 386 | ||
| 8140 | 9년 전 | 937 | ||
| 8139 | 9년 전 | 268 | ||
| 8138 |
전갈자리남자
|
9년 전 | 394 | |
| 8137 | 9년 전 | 403 | ||
| 8136 | 9년 전 | 755 | ||
| 8135 |
|
9년 전 | 803 | |
| 8134 |
PlayPixel
|
9년 전 | 526 | |
| 8133 |
|
9년 전 | 449 | |
| 8132 | 9년 전 | 461 | ||
| 8131 | 9년 전 | 823 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기