쇼핑몰: 상품보기 사용후기 상품문의 쓰기에 스크롤 바 생기게 익스 대응

This commit is contained in:
whitedot
2013-06-25 16:29:23 +09:00
parent 7e9b486d39
commit 51977037c0
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ echo itemqa_page(10, $page, $total_page, "./itemqa.php?it_id=$it_id&page=",
<script>
$(function(){
$(".itemqa_form").click(function(){
window.open(this.href, "itemqa_form", "width=800,height=500");
window.open(this.href, "itemqa_form", "width=800,height=500,scrollbars=1");
});
$(".itemqa_delete").click(function(){

View File

@ -137,7 +137,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=500");
window.open(this.href, "itemuse_form", "width=800,height=500,scrollbars=1");
return false;
});