2020-10-28 10:06:43 +09:00
|
|
|
|
|
|
|
|
|
|
<div style="display:none;">
|
|
|
|
|
|
<form name="kcbResultForm" method="post" action="">
|
|
|
|
|
|
<input type="hidden" name="CP_CD" value="" />
|
|
|
|
|
|
<input type="hidden" name="TX_SEQ_NO" value="" />
|
|
|
|
|
|
<input type="hidden" name="RSLT_CD" value="" />
|
|
|
|
|
|
<input type="hidden" name="RSLT_MSG" value="" />
|
|
|
|
|
|
<input type="hidden" name="RSLT_NAME" value="" />
|
|
|
|
|
|
<input type="hidden" name="RSLT_BIRTHDAY" value="" />
|
|
|
|
|
|
<input type="hidden" name="DI" value="" />
|
|
|
|
|
|
<input type="hidden" name="TEL_NO" value="" />
|
|
|
|
|
|
<input type="hidden" name="VSSN" value="" />
|
|
|
|
|
|
<input type="hidden" name="RETURN_MSG" value="" />
|
|
|
|
|
|
</form>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
|
|
|
|
var pop;
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
|
|
});
|
2021-06-08 13:04:03 +09:00
|
|
|
|
function mobilechkview(sel, reason) {
|
|
|
|
|
|
var popupWindow = window.open("/Account/CertOk3Req?sel=" + sel + "&reason=" + reason, "auth_popup", "width=450,height=640,scrollbar=yes,resizable=no");
|
2020-10-28 10:06:43 +09:00
|
|
|
|
popupWindow.focus();
|
|
|
|
|
|
}
|
|
|
|
|
|
</script>
|