등기번호 종적결과 팝업 호출시 브라우저에서 "제출하려는 정보가 보안되지 않음" 표시되는 현상 수정

main
이범준 8 months ago
parent cd4585dc3c
commit 7ac3b4e737

@ -550,7 +550,7 @@
// 등기번호가 없다면.. // 등기번호가 없다면..
if (typeof rgNo == "undefined" || rgNo == null || rgNo == "") return; if (typeof rgNo == "undefined" || rgNo == null || rgNo == "") return;
window.open("http://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=" + rgNo, "_blank", ""); window.open("https://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=" + rgNo+"&displayHeader=N", "trace_view", "");
} }
/************************************************************************** /**************************************************************************

Loading…
Cancel
Save