소스좀 봐주세요 정보
소스좀 봐주세요본문
아래 소스를보시면 리스트 박스로 선택후 검색하는것인데.. 리스트 박스를 없애고 기본값이 통합검색으로 하고싶습니다. 소스를 수정하면 될것같은데 .. 답변부탁드립니다,.
<form action='./search.php' method=get style='display:inline;'>
<input type=hidden name=q value='search'>
<select name='stype' style='width:80px;height:15px;'>
<option value='all'<?if($stype=='all'):?> selected<?endif?>>통합검색</option>
<option value='shop'<?if($stype=='shop'):?> selected<?endif?>>쇼핑몰</option>
<option value='board'<?if($stype=='board'):?> selected<?endif?>>게시판</option>
<option value='comment'<?if($stype=='comment'):?> selected<?endif?>>코멘트</option>
<option value='doc'<?if($stype=='doc'):?> selected<?endif?>>페이지</option>
<option value='upload'<?if($stype=='upload'):?> selected<?endif?>>첨부파일</option>
<option value='image'<?if($stype=='image'):?> selected<?endif?>>이미지</option>
</select>
<input type=text name='keyword' value="<?=trim(stripslashes(htmlspecialchars($keyword)))?>" style="width:150;height:15;border:#C4C4C4 solid 0px;">
<input name="image" type=image src='<?=$img[head]?>/icon_go.gif' align=absmiddle>
</form>
<form action='./search.php' method=get style='display:inline;'>
<input type=hidden name=q value='search'>
<select name='stype' style='width:80px;height:15px;'>
<option value='all'<?if($stype=='all'):?> selected<?endif?>>통합검색</option>
<option value='shop'<?if($stype=='shop'):?> selected<?endif?>>쇼핑몰</option>
<option value='board'<?if($stype=='board'):?> selected<?endif?>>게시판</option>
<option value='comment'<?if($stype=='comment'):?> selected<?endif?>>코멘트</option>
<option value='doc'<?if($stype=='doc'):?> selected<?endif?>>페이지</option>
<option value='upload'<?if($stype=='upload'):?> selected<?endif?>>첨부파일</option>
<option value='image'<?if($stype=='image'):?> selected<?endif?>>이미지</option>
</select>
<input type=text name='keyword' value="<?=trim(stripslashes(htmlspecialchars($keyword)))?>" style="width:150;height:15;border:#C4C4C4 solid 0px;">
<input name="image" type=image src='<?=$img[head]?>/icon_go.gif' align=absmiddle>
</form>
댓글 전체
<form action='./search.php' method=get style='display:inline;'>
<input type=hidden name=q value='search'>
<input type=hidden name=stype value='all'>
<input type=text name='keyword' value="<?=trim(stripslashes(htmlspecialchars($keyword)))?>" style="width:150;height:15;border:#C4C4C4 solid 0px;">
<input name="image" type=image src='<?=$img[head]?>/icon_go.gif' align=absmiddle>
</form>
<input type=hidden name=q value='search'>
<input type=hidden name=stype value='all'>
<input type=text name='keyword' value="<?=trim(stripslashes(htmlspecialchars($keyword)))?>" style="width:150;height:15;border:#C4C4C4 solid 0px;">
<input name="image" type=image src='<?=$img[head]?>/icon_go.gif' align=absmiddle>
</form>