쇼핑몰: 상품보기 사용후기 상품문의 쓰기에 스크롤 바 생기게 익스 대응
This commit is contained in:
@ -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(){
|
||||
|
||||
@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user