D

getHtmlInfo

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;
}
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 579
13년 전 조회 642
13년 전 조회 893
13년 전 조회 800
13년 전 조회 588
13년 전 조회 1,432
13년 전 조회 768
13년 전 조회 5,952
13년 전 조회 1,127
13년 전 조회 755
13년 전 조회 1,771
13년 전 조회 601
13년 전 조회 1,531
13년 전 조회 3,003
13년 전 조회 605
13년 전 조회 625
13년 전 조회 725
13년 전 조회 633
13년 전 조회 542
13년 전 조회 794
13년 전 조회 537
13년 전 조회 1,078
13년 전 조회 1,053
13년 전 조회 827
13년 전 조회 581
13년 전 조회 739
13년 전 조회 1,515
13년 전 조회 558
13년 전 조회 2,552
13년 전 조회 2,261
13년 전 조회 2,146
13년 전 조회 1,455
13년 전 조회 757
13년 전 조회 3,910
13년 전 조회 1,759
13년 전 조회 2,185
13년 전 조회 591
13년 전 조회 559
13년 전 조회 1,683
13년 전 조회 683
13년 전 조회 1,906
13년 전 조회 1,594
13년 전 조회 1,379
13년 전 조회 1,316
13년 전 조회 4,711
13년 전 조회 3,133
13년 전 조회 1,499
13년 전 조회 585
13년 전 조회 1,232
13년 전 조회 1,705
13년 전 조회 1,439
13년 전 조회 1,227
13년 전 조회 891
13년 전 조회 555
13년 전 조회 958
13년 전 조회 810
13년 전 조회 636
13년 전 조회 628
13년 전 조회 1,090
13년 전 조회 524
13년 전 조회 485
13년 전 조회 580
13년 전 조회 498
13년 전 조회 1,115
13년 전 조회 811
13년 전 조회 2,330
13년 전 조회 575
13년 전 조회 856
13년 전 조회 1,595
13년 전 조회 773
13년 전 조회 719
13년 전 조회 667
13년 전 조회 781
13년 전 조회 1,174
13년 전 조회 739
13년 전 조회 767
13년 전 조회 1,096
13년 전 조회 894
13년 전 조회 1,509
13년 전 조회 992
13년 전 조회 502
13년 전 조회 1,059
13년 전 조회 4,373
13년 전 조회 658
13년 전 조회 1,161
13년 전 조회 2,796
13년 전 조회 1,380
13년 전 조회 1,746
13년 전 조회 1,381
13년 전 조회 2,042
13년 전 조회 1,440
13년 전 조회 1,039
13년 전 조회 504
13년 전 조회 1.3만
13년 전 조회 1,293
13년 전 조회 3,424
13년 전 조회 1,063
13년 전 조회 507
13년 전 조회 687
13년 전 조회 504
🐛 버그신고