우편번호조회 관련2
- 작성자 :
- 이*규
- 작성일 :
- 2014-01-10 11:39:10
- 조회수 :
- 739
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
답변 감사드립니다.
우편번호 조회 관련 스크립트 부분을 onclick="fn_egov_ZipSearch(document.SampleVO, document.SampleVO.zip, document.SampleVO.zip_view, document.SampleVO.adres);"> 수정해 보았습니다.
실제 컬럼과 전자정부에서는 컬럼값이 조금 달라서 XML 파일부분을 속성부분을 수정했고요.
그런데 문제는 우편번호를 클릭해도 조회창이 뜨지를 않습니다. Console창을 확인해 보니
uncaught TypeError:connot read property 'zip' of undefined 라고 나오는 데요.. 어떤부분이 잘못되어서 그런건지
잘 이해가 안됩니다. 도움부탁드립니다.
우편번호 조회 관련 스크립트 부분을 onclick="fn_egov_ZipSearch(document.SampleVO, document.SampleVO.zip, document.SampleVO.zip_view, document.SampleVO.adres);"> 수정해 보았습니다.
실제 컬럼과 전자정부에서는 컬럼값이 조금 달라서 XML 파일부분을 속성부분을 수정했고요.
그런데 문제는 우편번호를 클릭해도 조회창이 뜨지를 않습니다. Console창을 확인해 보니
uncaught TypeError:connot read property 'zip' of undefined 라고 나오는 데요.. 어떤부분이 잘못되어서 그런건지
잘 이해가 안됩니다. 도움부탁드립니다.
첨부파일
A
안녕하세요. 표준프레임워크센터입니다.
JSP 소스 중 대소문자에 유의하여 document.SampleVO 를 document.sampleVO 로 변경해 보시기 바랍니다.
document.SampleVO → document.sampleVO
document.SampleVO.zip → document.sampleVO.zip
document.SampleVO.zip_view → document.sampleVO.zip_view
document.SampleVO.adres → document.sampleVO.adres
감사합니다.
JSP 소스 중 대소문자에 유의하여 document.SampleVO 를 document.sampleVO 로 변경해 보시기 바랍니다.
document.SampleVO → document.sampleVO
document.SampleVO.zip → document.sampleVO.zip
document.SampleVO.zip_view → document.sampleVO.zip_view
document.SampleVO.adres → document.sampleVO.adres
감사합니다.