추가배송비 우편번호 검색창 스크롤 추가
This commit is contained in:
@ -145,7 +145,7 @@ $(function() {
|
||||
if(no == 2)
|
||||
sort = "desc";
|
||||
var url = "./sendcostzipcode.php?no="+no+"&sort="+sort;
|
||||
var opt = "left=50,top=50,width=600,height=700";
|
||||
var opt = "left=50,top=50,width=600,height=700,scrollbars=1";
|
||||
window.open(url, "win_zipcode", opt);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user