파일 다운로드 클릭시 오류 발생... > 그누3질답

그누3질답

파일 다운로드 클릭시 오류 발생... 정보

그누보드 파일 다운로드 클릭시 오류 발생...

본문

>
> http://enzo.codns.com
> 웹엔 초짜라 도대체가 머가 문제인지 알수가 없어 머라 적을수가 없네요
> 함 봐주세요
>
ssm.js에서 에러나는군요.

function makeStatic() {
if (NS||NS6) {winY = window.pageYOffset;}
if (IE) {winY = document.body.scrollTop;}
if (NS6||IE||NS) {
if (winY!=lastY&&winY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - YOffset + staticYOffset);}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));}
else {smooth=0}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (IE) bssm.pixelTop+=smooth;
if (NS6||NS) bssm.top=parseInt(bssm.top)+smooth
lastY = lastY+smooth;
setTimeout('makeStatic()', 1)}}


위내용중 "if (IE) {winY = document.body.scrollTop;}"에서 에러가 걸립니다.
모질라에서는 이상없구요. 익스에서만 에러가 나는것 같군요.
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로