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

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

@ -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;
});