돌겠어요...몇십번을 수정해봤는데 안되여 정보
돌겠어요...몇십번을 수정해봤는데 안되여본문
<!-- 게시판 목록 시작 -->
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>
<!-- 분류 셀렉트 박스, 게시물 몇건, 관리자화면 링크 -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
<tr height="25">
<td style='padding:0 0 0 5;' colspan="3" align="right">현재위치 : <a href='<?=$g4[path]?>/'>HOME</a> > <?=$group[gr_subject]?> > <?=$board[bo_subject]?></td>
</tr>
<tr height="25">
<td width="34%" style='padding:0 0 0 5;'>
<p align="center">
<? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write3.gif" onmouseover="this.style.border='1px solid #000';" onmouseout="this.style.border='0px solid #ccc';"></a><? } ?></td>
<td width="55%">
<!-- -->
<!-- 링크 버튼, 검색 -->
<table width="99%" cellpadding=0 cellspacing=0 border=0 >
<tr>
<td width="50%" align="left"><? if ($is_category) { ?><form name="fcategory" method="get">
<p align="left">
<select name=sca onchange="location='<?=$category_location?>&sca='+this.value;" style="font-weight: 700">
<option value=''>:: 지역별검색 ::</option><?=$category_option?></select>
<select name=wr_9 onchange="location='<?=$category_location?>&sca='+this.form.sca.value+'&wr_9='+this.value;" style="font-weight: 700">
<option value=''>:: 시군선택 ::</option><?=$wr_9s;?></select></td><? } ?>
</form>
</tr>
<tr>
<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sca value="<?=$sca?>">
<td width="50%" align="left">
<select name=sfl style="font-weight: 700">
<option value="wr_subject||ca_name||wr_9||wr_1||wr_5">매물주요소개 </option>
<option value="wr_subject||wr_content||ca_name||wr_9||wr_1||wr_5">매물설명+내용</option>
<option value='wr_content'>내용</option>
<option value='mb_id,1'>회원아이디</option>
<!--<option value='mb_id,0'>회원아이디(코)</option>-->
<option value='wr_name,1'>작성자</option>
<!--<option value='wr_name,0'>이름(코)</option>-->
</select><input name=stx maxlength=15 size=30 itemname="검색어" required value='<?=$stx?>'><select name=sop>
<option value=and>and</option>
<option value=or>or</option>
</select>
<input type=image src="<?=$board_skin_path?>/img/search_btn.gif" border=0 align=absmiddle></td>
</tr>
</table>
</td>
이부분을 수정했는데 검색하면 제자리걸음(그냥 새로고침한효과)이 됩니다
뭐가잘못된건지 수정하기전소스를 넣어보면 바로 검색이 되는데
위치를 바꾸고 나니깐 안됩니다 도대체 어디가 잘못된건지 모르겠습니다!!
답변부탁드려요!!
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>
<!-- 분류 셀렉트 박스, 게시물 몇건, 관리자화면 링크 -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
<tr height="25">
<td style='padding:0 0 0 5;' colspan="3" align="right">현재위치 : <a href='<?=$g4[path]?>/'>HOME</a> > <?=$group[gr_subject]?> > <?=$board[bo_subject]?></td>
</tr>
<tr height="25">
<td width="34%" style='padding:0 0 0 5;'>
<p align="center">
<? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write3.gif" onmouseover="this.style.border='1px solid #000';" onmouseout="this.style.border='0px solid #ccc';"></a><? } ?></td>
<td width="55%">
<!-- -->
<!-- 링크 버튼, 검색 -->
<table width="99%" cellpadding=0 cellspacing=0 border=0 >
<tr>
<td width="50%" align="left"><? if ($is_category) { ?><form name="fcategory" method="get">
<p align="left">
<select name=sca onchange="location='<?=$category_location?>&sca='+this.value;" style="font-weight: 700">
<option value=''>:: 지역별검색 ::</option><?=$category_option?></select>
<select name=wr_9 onchange="location='<?=$category_location?>&sca='+this.form.sca.value+'&wr_9='+this.value;" style="font-weight: 700">
<option value=''>:: 시군선택 ::</option><?=$wr_9s;?></select></td><? } ?>
</form>
</tr>
<tr>
<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sca value="<?=$sca?>">
<td width="50%" align="left">
<select name=sfl style="font-weight: 700">
<option value="wr_subject||ca_name||wr_9||wr_1||wr_5">매물주요소개 </option>
<option value="wr_subject||wr_content||ca_name||wr_9||wr_1||wr_5">매물설명+내용</option>
<option value='wr_content'>내용</option>
<option value='mb_id,1'>회원아이디</option>
<!--<option value='mb_id,0'>회원아이디(코)</option>-->
<option value='wr_name,1'>작성자</option>
<!--<option value='wr_name,0'>이름(코)</option>-->
</select><input name=stx maxlength=15 size=30 itemname="검색어" required value='<?=$stx?>'><select name=sop>
<option value=and>and</option>
<option value=or>or</option>
</select>
<input type=image src="<?=$board_skin_path?>/img/search_btn.gif" border=0 align=absmiddle></td>
</tr>
</table>
</td>
이부분을 수정했는데 검색하면 제자리걸음(그냥 새로고침한효과)이 됩니다
뭐가잘못된건지 수정하기전소스를 넣어보면 바로 검색이 되는데
위치를 바꾸고 나니깐 안됩니다 도대체 어디가 잘못된건지 모르겠습니다!!
답변부탁드려요!!
댓글 전체
</form>을 안닫아져서 생긴오류더군요
아......ㅜㅜ...
아......ㅜㅜ...

ㅋㅋㅋㅋ