[제나플러스] utf-8버전에서 카테고리 선택시 g4 변수 에러
페이지 정보
작성자 제로 작성일 09-05-01 22:20 조회 44,834 댓글 0본문
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
등록된 댓글이 없습니다.
