[e´ëÇÐ] e´ëÇÐ 2020 ¼ö½Ã¸ðÁý ¾÷µ¥ÀÌÆ® ÇöȲ(190725 ±âÁØ)
¾È³çÇϼ¼¿ä, ±è¿µÀϱ³À°ÄÁ¼³ÆÃÀÔ´Ï´Ù.
e´ëÇÐ 2020 ¼ö½Ã¸ðÁý ¾÷µ¥ÀÌÆ® ÇöȲ ¾È³»µå¸³´Ï´Ù.
¼ö½Ã¹èġǥ À̿뿡 Âü°íÇØÁֽñ⠹ٶø´Ï´Ù.


join').click(function() { // ÀÏ¹Ý È¸¿ø °¡ÀÔ
$('#total_member_join_form').submit();
});
$('#naver_id_join').click(function() { // ³×À̹ö ȸ¿ø °¡ÀÔ
$(':input[name="join_type"]').val('naver');
var url =
'https://nid.naver.com/oauth2.0/authorize?response_type=token&client_id=G0OCzlq2u3u114mdyO1r&redirect_uri=https://m.01consulting.co.kr/api/naver_join2_callback.php&state=c746d4c714f242e410944ef4d9f55342';
window.open(url, 'naverloginpop', 'titlebar=1, resizable=1, scrollbars=yes, width=600, height=550');
});
}
function addInput_in_form2(resultArr) {
var c = [];
c.push('
');
c.push('
');
c.push('
');
c.push('
');
$("#total_member_join_form").prepend(c.join(''));
$("#total_member_join_form").submit();
}
function explain_reser_chk_pop() { // ¼³¸íȸ ¿¹¾àÈ®ÀÎ
window.open('/ipsi_info/explain_reser_chk/', 'explain_reser_chk',
'width=456px,height=384px,menubar=no, status=no, toolbar=no , scrollbars=no location=no , top =0, left =0');
}
TOP