상품문의 sms 기능 추가 중

This commit is contained in:
chicpro
2013-11-21 15:50:36 +09:00
parent ece092e019
commit c8bdba6924
6 changed files with 32 additions and 1 deletions

View File

@ -115,7 +115,7 @@ echo itemqa_page($config['cf_write_pages'], $page, $total_page, "./itemqa.php?it
<script>
$(function(){
$(".itemqa_form").click(function(){
window.open(this.href, "itemqa_form", "width=800,height=600,scrollbars=1");
window.open(this.href, "itemqa_form", "width=800,height=660,scrollbars=1");
return false;
});