사용자: #205 에 따른 select box 처리

This commit is contained in:
whitedot
2013-02-04 18:21:58 +09:00
parent eff954659c
commit b92400efa9
2 changed files with 4 additions and 5 deletions

View File

@ -17,9 +17,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<option value="wr_name">이름</option>
</select>
<input type="text" name="stx" class="fieldset_input" class="required" value="<?=$text_stx?>" maxlength="20" required title="검색어(필수)">
<input type="submit" class="fieldset_submit" value="검색">
<input type="text" name="stx" class="fs_input" class="required" value="<?=$text_stx?>" maxlength="20" required title="검색어(필수)">
<input type="submit" class="fs_submit" value="검색">
<script>
document.fsearch.sfl.value = "<?=$sfl?>";