<script launguage="javascript">
function error(msg, url, linenumber){
window.open('about:<font size=3 color=red face=돋움><B>ERROR!!<br>script에러 : '+msg+'<br>file : '+url+'<br>이화일소스내용중 '+linenumber+'번째줄확인요망')
return true
}
window.onerror=error
</script>

스크립트의 오류가 날 경우 어느 부분이 오류인지 모를때
위 소스를 삽입해세요. 그럼 오류 부분의 행 수가 나옵니다.
Posted by 알 수 없는 사용자
,