최신글에서 게시판 검색 문의좀 드리겠습니다. 정보
최신글에서 게시판 검색 문의좀 드리겠습니다.본문
안녕하세요.^^
제가 최신글에서 아래처럼 select로 검색을 사용하고 있는데요.
나머지 게시판이 필요가 없어서 셀렉트부분을 없애고 게시판 한개만 사용을 하고 싶습니다.
물론 셀렉트하는 부분이 없어졌으면 하구요.^^
어떻게 하는지 알려주시면 감사드리겠습니다.
<form name=fsearch method=get style="margin:0px;" action="<?=$g4[bbs_path]?>/board.php">
<select name="bo_table" align="absmiddle">
<option value="gallery1">갤러리1</option>
<option value="gallery2">갤러리2</option>
<option value="gallery3">갤러리3</option>
</select><input type=hidden name=sfl value="wr_subject||wr_content">
<input type=hidden name=sop value="and">
<input type=text size=30 name=stx style="border:#bebebe 1px solid; height:20px; width:200px; background-color:#fff; font-size:12px; font-family:돋움, Dotum; margin:0 0 1 0;">
<input type=image src="<?$g4[path]?>/bbs/image/small_search.gif" width='40' height='20' border=0 align=absmiddle>
</form>
제가 최신글에서 아래처럼 select로 검색을 사용하고 있는데요.
나머지 게시판이 필요가 없어서 셀렉트부분을 없애고 게시판 한개만 사용을 하고 싶습니다.
물론 셀렉트하는 부분이 없어졌으면 하구요.^^
어떻게 하는지 알려주시면 감사드리겠습니다.
<form name=fsearch method=get style="margin:0px;" action="<?=$g4[bbs_path]?>/board.php">
<select name="bo_table" align="absmiddle">
<option value="gallery1">갤러리1</option>
<option value="gallery2">갤러리2</option>
<option value="gallery3">갤러리3</option>
</select><input type=hidden name=sfl value="wr_subject||wr_content">
<input type=hidden name=sop value="and">
<input type=text size=30 name=stx style="border:#bebebe 1px solid; height:20px; width:200px; background-color:#fff; font-size:12px; font-family:돋움, Dotum; margin:0 0 1 0;">
<input type=image src="<?$g4[path]?>/bbs/image/small_search.gif" width='40' height='20' border=0 align=absmiddle>
</form>
댓글 전체
<form name=fsearch method=get style="margin:0px;" action="<?=$g4[bbs_path]?>/board.php">
<input type=hidden name="bo_table" value="게시판테이블명">
<input type=hidden name=sfl value="wr_subject||wr_content">
<input type=hidden name=sop value="and">
<input type=text size=30 name=stx style="border:#bebebe 1px solid; height:20px; width:200px; background-color:#fff; font-size:12px; font-family:돋움, Dotum; margin:0 0 1 0;">
<input type=image src="<?$g4[path]?>/bbs/image/small_search.gif" width='40' height='20' border=0 align=absmiddle>
</form>
<input type=hidden name="bo_table" value="게시판테이블명">
<input type=hidden name=sfl value="wr_subject||wr_content">
<input type=hidden name=sop value="and">
<input type=text size=30 name=stx style="border:#bebebe 1px solid; height:20px; width:200px; background-color:#fff; font-size:12px; font-family:돋움, Dotum; margin:0 0 1 0;">
<input type=image src="<?$g4[path]?>/bbs/image/small_search.gif" width='40' height='20' border=0 align=absmiddle>
</form>
오호 잘되는군요. 감사드립니다.^^