모바일 kcp 휴대폰인증 오류 및 도로명 주소 검색 수정

This commit is contained in:
chicpro
2013-12-20 13:57:38 +09:00
parent 6ddf735857
commit d5fcfc5220
5 changed files with 38 additions and 132 deletions

View File

@ -3,8 +3,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<!-- 우편번호 찾기 시작 { -->
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<script src="<?php echo G5_JS_URL ?>/zip.js"></script>
<link rel="stylesheet" href="<?php echo $member_skin_url; ?>/style.css">
<script src="<?php echo G5_JS_URL; ?>/zip.js"></script>
<div id="post_code" class="new_win mbskin">
<h1 id="win_title"><?php echo $g5['title'] ?></h1>
@ -45,6 +45,16 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</div>
<script>
$(function() {
$("input#q").bind("focusin", function() {
$("#q_info").fadeIn(200);
});
$("input#q").bind("focusout", function() {
$("#q_info").fadeOut(200);
});
});
function put_data(zip1, zip2, addr1, addr2, jibeon)
{
var of = window.opener.document.<?php echo $frm_name; ?>;