휴대폰인증 처리 파일 인코딩 변경

This commit is contained in:
chicpro
2013-04-09 12:00:04 +09:00
parent ac76b9e503
commit 72c66022b9
2 changed files with 28 additions and 17 deletions

View File

@ -159,7 +159,8 @@ $ct_cert->mf_clear();
$(function() {
var $opener = window.opener;
// 인증번호
// 인증정보
$opener.$("input[name=mb_hp]").val("<?=$phone_no?>");
$opener.$("input[name=kcpcert_no]").val("<?=$md5_cert_no?>");
$opener.$("input[name=kcpcert_time]").val("<?=G4_TIME_YMDHIS?>");
window.close();