#214 검색 창에서 상품 회원등 기본 노출되도록 수정

This commit is contained in:
chicpro
2013-06-04 18:24:29 +09:00
parent 3a6808df49
commit a82ca071c8
3 changed files with 68 additions and 25 deletions

View File

@ -175,7 +175,7 @@ $(function() {
$("#sch_target").click(function() {
var cp_method = $("#cp_method").val();
var opt = "left=50,top=50,width=500,height=400";
var opt = "left=50,top=50,width=500,height=600";
var url = "./coupontarget.php?sch_target=";
if(cp_method == "0") {
@ -193,7 +193,7 @@ $(function() {
return false;
}
var opt = "left=50,top=50,width=500,height=400";
var opt = "left=50,top=50,width=500,height=600";
var url = "./couponmember.php";
window.open(url, "win_member", opt);
});