function getHtmlInfo()
{
var obj = {
clientHeight : 0,
clientWidth : 0,
scrollHeight : 0,
scrollWidth : 0,
scrollLeft : 0,
scrollTop : 0,
offsetHeight : 0,
offsetWidth : 0 ,
screenX:0,
screenY:0
};
if (document.documentElement){
obj.clientHeight = parseInt(document.documentElement.clientHeight);
obj.clientWidth = parseInt(document.documentElement.clientWidth);
obj.scrollHeight = parseInt(document.documentElement.scrollHeight);
obj.scrollWidth = parseInt(document.documentElement.scrollWidth);
if(navigator.userAgent.indexOf("Chrome") != -1) {
obj.scrollLeft = parseInt(document.body.scrollLeft);
obj.scrollTop = parseInt(document.body.scrollTop);
} else {
obj.scrollLeft = parseInt(document.documentElement.scrollLeft);
obj.scrollTop = parseInt(document.documentElement.scrollTop);
}
if(navigator.appName=="Netscape"){
if(navigator.userAgent.indexOf("Chrome") != -1) {
obj.offsetHeight = parseInt(document.body.scrollTop);
obj.offsetWidth = parseInt(document.body.scrollLeft);
} else {
obj.offsetHeight = parseInt(document.documentElement.clientHeight);
obj.offsetWidth = parseInt(document.documentElement.clientWidth);
}
}
if(navigator.appName.indexOf("Microsoft") != -1) {
obj.offsetHeight = parseInt(document.documentElement.offsetHeight);
obj.offsetWidth = parseInt(document.documentElement.offsetWidth);
}
//if(document.body.offsetHeight) obj.offsetHeight = parseInt(document.documentElement.offsetHeight);
//else obj.offsetHeight = parseInt(document.documentElement.clientHeight);
//if(document.body.offsetWidth) obj.offsetWidth = parseInt(document.documentElement.offsetWidth);
//else obj.offsetWidth = parseInt(document.documentElement.clientWidth);
obj.screenX = parseInt(screen.width);
//alert(screen.height);
obj.screenY = parseInt(screen.height);
//alert("HEIGHT : " + document.documentElement.clientHeight);
} else if (document.body){
obj.clientHeight = parseInt(document.body.clientHeight);
obj.clientWidth = parseInt(document.body.clientWidth);
obj.scrollHeight = parseInt(document.body.scrollHeight);
obj.scrollWidth = parseInt(document.body.scrollWidth);
obj.scrollLeft = parseInt(document.body.scrollLeft);
obj.scrollTop = parseInt(document.body.scrollTop);
obj.offsetHeight = parseInt(document.body.offsetHeight);
obj.offsetWidth = parseInt(document.body.offsetWidth);
obj.screenX = parseInt(screen.width);
obj.screenY = parseInt(screen.height);
}else{
//[Netscape stuff]
}
return obj;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 179 | ||
| 8229 | 9년 전 | 164 | ||
| 8228 |
커네드커네드
|
9년 전 | 201 | |
| 8227 | 9년 전 | 243 | ||
| 8226 | 9년 전 | 259 | ||
| 8225 | 9년 전 | 239 | ||
| 8224 | 9년 전 | 249 | ||
| 8223 | 9년 전 | 221 | ||
| 8222 |
|
9년 전 | 285 | |
| 8221 | 9년 전 | 187 | ||
| 8220 | 9년 전 | 227 | ||
| 8219 | 9년 전 | 199 | ||
| 8218 | 9년 전 | 244 | ||
| 8217 |
star3840
|
9년 전 | 209 | |
| 8216 | 9년 전 | 277 | ||
| 8215 | 9년 전 | 221 | ||
| 8214 | 9년 전 | 329 | ||
| 8213 | 9년 전 | 290 | ||
| 8212 | 9년 전 | 202 | ||
| 8211 | 9년 전 | 372 | ||
| 8210 | 9년 전 | 369 | ||
| 8209 | 9년 전 | 449 | ||
| 8208 | 9년 전 | 337 | ||
| 8207 | 9년 전 | 347 | ||
| 8206 |
|
9년 전 | 290 | |
| 8205 | 9년 전 | 263 | ||
| 8204 | 9년 전 | 253 | ||
| 8203 | 9년 전 | 331 | ||
| 8202 | 9년 전 | 246 | ||
| 8201 | 9년 전 | 282 | ||
| 8200 | 9년 전 | 291 | ||
| 8199 | 9년 전 | 311 | ||
| 8198 | 9년 전 | 277 | ||
| 8197 | 9년 전 | 260 | ||
| 8196 | 9년 전 | 682 | ||
| 8195 | 9년 전 | 269 | ||
| 8194 | 9년 전 | 380 | ||
| 8193 | 9년 전 | 295 | ||
| 8192 | 9년 전 | 305 | ||
| 8191 | 9년 전 | 260 | ||
| 8190 | 9년 전 | 243 | ||
| 8189 | 9년 전 | 304 | ||
| 8188 | 9년 전 | 237 | ||
| 8187 | 9년 전 | 250 | ||
| 8186 | 9년 전 | 249 | ||
| 8185 | 9년 전 | 417 | ||
| 8184 | 9년 전 | 204 | ||
| 8183 | 9년 전 | 413 | ||
| 8182 | 9년 전 | 283 | ||
| 8181 | 9년 전 | 239 | ||
| 8180 | 9년 전 | 809 | ||
| 8179 | 9년 전 | 587 | ||
| 8178 | 9년 전 | 446 | ||
| 8177 |
kiplayer
|
9년 전 | 441 | |
| 8176 | 9년 전 | 473 | ||
| 8175 | 9년 전 | 362 | ||
| 8174 | 9년 전 | 353 | ||
| 8173 | 9년 전 | 442 | ||
| 8172 | 9년 전 | 325 | ||
| 8171 | 9년 전 | 284 | ||
| 8170 | 9년 전 | 404 | ||
| 8169 |
커네드커네드
|
9년 전 | 360 | |
| 8168 | 9년 전 | 440 | ||
| 8167 | 9년 전 | 431 | ||
| 8166 | 9년 전 | 327 | ||
| 8165 | 9년 전 | 268 | ||
| 8164 | 9년 전 | 406 | ||
| 8163 | 9년 전 | 411 | ||
| 8162 | 9년 전 | 393 | ||
| 8161 | 9년 전 | 407 | ||
| 8160 |
|
9년 전 | 629 | |
| 8159 | 9년 전 | 571 | ||
| 8158 | 9년 전 | 368 | ||
| 8157 | 9년 전 | 483 | ||
| 8156 | 9년 전 | 359 | ||
| 8155 | 9년 전 | 365 | ||
| 8154 |
00년생용띠
|
9년 전 | 698 | |
| 8153 | 9년 전 | 336 | ||
| 8152 |
|
9년 전 | 515 | |
| 8151 | 9년 전 | 508 | ||
| 8150 | 9년 전 | 626 | ||
| 8149 |
Jangfolk
|
9년 전 | 481 | |
| 8148 | 9년 전 | 298 | ||
| 8147 | 9년 전 | 480 | ||
| 8146 | 9년 전 | 561 | ||
| 8145 | 9년 전 | 519 | ||
| 8144 | 9년 전 | 488 | ||
| 8143 | 9년 전 | 316 | ||
| 8142 | 9년 전 | 528 | ||
| 8141 | 9년 전 | 476 | ||
| 8140 | 9년 전 | 1039 | ||
| 8139 | 9년 전 | 384 | ||
| 8138 |
전갈자리남자
|
9년 전 | 492 | |
| 8137 | 9년 전 | 526 | ||
| 8136 | 9년 전 | 857 | ||
| 8135 |
|
9년 전 | 898 | |
| 8134 |
PlayPixel
|
9년 전 | 639 | |
| 8133 |
|
9년 전 | 544 | |
| 8132 | 9년 전 | 584 | ||
| 8131 | 9년 전 | 942 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기