영카트 [YC4] KCP 에스크로 가입사실확인 추가하기
페이지 정보
본문
주문하기 ( /shop/orderform.php )에서 에스크로 링크가 충돌현상이 있습니다.
그것을 풀기위해서는 홈페이지 하단에 삽입하는 에스크로의 경우는 변수를 변경해서 충돌을 방지 필요
escrow_foot 를 escro_foot2 로 변경
<script type="text/javascript">
function escrow_foot_check()
{
var status = "width=500 height=450 menubar=no,scrollbars=no,resizable=no,status=no";
var obj = window.open('', 'escrow_foot_pop', status);
document.escrow_foot2.method = "post";
document.escrow_foot2.target = "escrow_foot_pop";
document.escrow_foot2.action = "http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp";
document.escrow_foot2.submit();
}
</script>
<form name="escrow_foot2" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp" style="padding:0; margin:0;">
<input type="hidden" name="site_cd" value="SR<?php echo $default['de_kcp_mid']; ?>"><a href="javascript:escrow_foot_check()" alt="가입사실확인" onfocus="this.blur()"><img src="<?php echo $g4['path']; ?>/shop/img/marks_escrow/03_s.jpg" border="0"></a></form>
그것을 풀기위해서는 홈페이지 하단에 삽입하는 에스크로의 경우는 변수를 변경해서 충돌을 방지 필요
escrow_foot 를 escro_foot2 로 변경
<script type="text/javascript">
function escrow_foot_check()
{
var status = "width=500 height=450 menubar=no,scrollbars=no,resizable=no,status=no";
var obj = window.open('', 'escrow_foot_pop', status);
document.escrow_foot2.method = "post";
document.escrow_foot2.target = "escrow_foot_pop";
document.escrow_foot2.action = "http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp";
document.escrow_foot2.submit();
}
</script>
<form name="escrow_foot2" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp" style="padding:0; margin:0;">
<input type="hidden" name="site_cd" value="SR<?php echo $default['de_kcp_mid']; ?>"><a href="javascript:escrow_foot_check()" alt="가입사실확인" onfocus="this.blur()"><img src="<?php echo $g4['path']; ?>/shop/img/marks_escrow/03_s.jpg" border="0"></a></form>
댓글목록
등록된 댓글이 없습니다.