사용후기 상품문의 입력 새창 사이즈 변경

This commit is contained in:
chicpro
2014-04-15 11:09:27 +09:00
parent 3e18233c2d
commit e751d19cbf
4 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ echo itemqa_page($config['cf_mobile_pages'], $page, $total_page, "./itemqa.php?i
<script>
$(function(){
$(".itemqa_form").click(function(){
window.open(this.href, "itemqa_form", "width=800,height=500,scrollbars=1");
window.open(this.href, "itemqa_form", "width=810,height=680,scrollbars=1");
return false;
});

View File

@ -74,7 +74,7 @@ echo itemuse_page($config['cf_mobile_pages'], $page, $total_page, "./itemuse.php
<script>
$(function(){
$(".itemuse_form").click(function(){
window.open(this.href, "itemuse_form", "width=800,height=500,scrollbars=1");
window.open(this.href, "itemuse_form", "width=810,height=680,scrollbars=1");
return false;
});

View File

@ -117,7 +117,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=660,scrollbars=1");
window.open(this.href, "itemqa_form", "width=810,height=680,scrollbars=1");
return false;
});

View File

@ -74,7 +74,7 @@ echo itemuse_page($config['cf_write_pages'], $page, $total_page, "./itemuse.php?
<script>
$(function(){
$(".itemuse_form").click(function(){
window.open(this.href, "itemuse_form", "width=800,height=700,scrollbars=1");
window.open(this.href, "itemuse_form", "width=810,height=680,scrollbars=1");
return false;
});