검색에서 and , or를 빼려고 하는데....

스킨보면 아래 있는 검색에 and, or 이걸 없애려고 하는데요.

<div style="text-align:right;">
<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sca value="<?=$sca?>">
<select name=sfl style="background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">
<option value='wr_subject'>상품명</option>
</select>
<input name=stx maxlength=15 itemname="검색어" required value='<?=$stx?>' style="width:120px; background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">
<input type=image src="<?=$board_skin_path?>/img/btn_search.gif" border=0 align=absmiddle>
<input type=radio name=sop value=and>and
<input type=radio name=sop value=or>or
</form>
</div>

====================================================


<input type=radio name=sop value=and>and
<input type=radio name=sop value=or>or
--> 이분을 없애고 아래처럼 해도 에러가 뜹니다.
<input type="hidden" name="sop" value="and">

페이지를 마쳤으나 페이지에 에러가 있다고 나옵니다.
없애려면 어떻게 해야되나요.




1
|

댓글 2개

<div style="text-align:right;">
<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sca value="<?=$sca?>">
<input type="hidden" name="sfl" value='wr_subject'>
<!-- <input type="hidden" name="sfl" value='wr_subject||wr_content'> -->
<input type="hidden" name="sop" value='or'>

상품명<input name=stx maxlength=15 itemname="검색어" required value='<?=$stx?>' style="width:120px; background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">

<input type=image src="<?=$board_skin_path?>/img/btn_search.gif" border=0 align=absmiddle>
</form>
</div>


아래 스크립트는 삭제합니다.
<script language="JavaScript">
if ('<?=$sca?>') document.fcategory.sca.value = '<?=$sca?>';
if ('<?=$stx?>') {
document.fsearch.sfl.value = '<?=$sfl?>';

if ('<?=$sop?>' == 'and')
document.fsearch.sop[0].checked = true;

if ('<?=$sop?>' == 'or')
document.fsearch.sop[1].checked = true;
} else {
document.fsearch.sop[0].checked = true;
}
</script>
아 스크립트! 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
15년 전 조회 1,587
15년 전 조회 1,874
15년 전 조회 1,629
15년 전 조회 1,543
15년 전 조회 1,539
15년 전 조회 1,165
15년 전 조회 1,577
15년 전 조회 1,179
15년 전 조회 2,590
15년 전 조회 1,566
15년 전 조회 1,625
15년 전 조회 1,226
15년 전 조회 1,597
15년 전 조회 1,514
15년 전 조회 1,719
15년 전 조회 1,107
15년 전 조회 1,526
15년 전 조회 1,545
15년 전 조회 1,532
15년 전 조회 1,572