[제나플러스] utf-8버전에서 카테고리 선택시 g4 변수 에러
본문
list.skin.php
<? if ($is_category) { ?><form name="fcategory" method="get"><td width="50%"><select name=sca onchange="location='<?=$category_location?>'+this.value;"><option value=''>전체</option><?=$category_option?></select></td></form><? } ?>
수정
+encodeURI(this.value)
<? if ($is_category) { ?><form name="fcategory" method="get"><td width="50%"><select name=sca onchange="location='<?=$category_location?>'+this.value;"><option value=''>전체</option><?=$category_option?></select></td></form><? } ?>
수정
+encodeURI(this.value)
추천0
댓글목록 0
등록된 댓글이 없습니다.