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년 전 조회 608
13년 전 조회 661
13년 전 조회 906
13년 전 조회 826
13년 전 조회 607
13년 전 조회 1,455
13년 전 조회 797
13년 전 조회 5,977
13년 전 조회 1,148
13년 전 조회 775
13년 전 조회 1,799
13년 전 조회 623
13년 전 조회 1,553
13년 전 조회 3,024
13년 전 조회 631
13년 전 조회 642
13년 전 조회 742
13년 전 조회 661
13년 전 조회 568
13년 전 조회 812
13년 전 조회 558
13년 전 조회 1,098
13년 전 조회 1,074
13년 전 조회 851
13년 전 조회 600
13년 전 조회 764
13년 전 조회 1,537
13년 전 조회 583
13년 전 조회 2,568
13년 전 조회 2,288
13년 전 조회 2,172
13년 전 조회 1,485
13년 전 조회 775
13년 전 조회 3,929
13년 전 조회 1,781
13년 전 조회 2,202
13년 전 조회 618
13년 전 조회 580
13년 전 조회 1,704
13년 전 조회 704
13년 전 조회 1,928
13년 전 조회 1,614
13년 전 조회 1,404
13년 전 조회 1,330
13년 전 조회 4,738
13년 전 조회 3,154
13년 전 조회 1,519
13년 전 조회 607
13년 전 조회 1,255
13년 전 조회 1,730
13년 전 조회 1,459
13년 전 조회 1,253
13년 전 조회 910
13년 전 조회 578
13년 전 조회 979
13년 전 조회 831
13년 전 조회 660
13년 전 조회 655
13년 전 조회 1,113
13년 전 조회 551
13년 전 조회 510
13년 전 조회 603
13년 전 조회 514
13년 전 조회 1,144
13년 전 조회 842
13년 전 조회 2,353
13년 전 조회 602
13년 전 조회 875
13년 전 조회 1,619
13년 전 조회 791
13년 전 조회 745
13년 전 조회 686
13년 전 조회 805
13년 전 조회 1,196
13년 전 조회 763
13년 전 조회 791
13년 전 조회 1,117
13년 전 조회 912
13년 전 조회 1,534
13년 전 조회 1,018
13년 전 조회 534
13년 전 조회 1,074
13년 전 조회 4,386
13년 전 조회 677
13년 전 조회 1,181
13년 전 조회 2,817
13년 전 조회 1,405
13년 전 조회 1,765
13년 전 조회 1,401
13년 전 조회 2,069
13년 전 조회 1,468
13년 전 조회 1,057
13년 전 조회 529
13년 전 조회 1.3만
13년 전 조회 1,310
13년 전 조회 3,445
13년 전 조회 1,081
13년 전 조회 533
13년 전 조회 713
13년 전 조회 528
🐛 버그신고