|
|
|
14년 전
|
조회 1,728
|
|
|
|
14년 전
|
조회 1,598
|
|
|
|
14년 전
|
조회 1,547
|
|
|
|
14년 전
|
조회 1,287
|
|
|
|
14년 전
|
조회 784
|
|
|
|
14년 전
|
조회 796
|
|
|
|
14년 전
|
조회 976
|
|
|
|
14년 전
|
조회 1,616
|
|
|
|
14년 전
|
조회 759
|
|
|
|
14년 전
|
조회 961
|
|
|
|
14년 전
|
조회 1,150
|
|
|
|
14년 전
|
조회 1,003
|
|
|
|
14년 전
|
조회 862
|
|
|
|
14년 전
|
조회 1,199
|
|
|
|
14년 전
|
조회 882
|
|
|
|
14년 전
|
조회 847
|
|
|
|
14년 전
|
조회 935
|
|
|
|
14년 전
|
조회 778
|
|
|
|
14년 전
|
조회 8,617
|
|
|
|
14년 전
|
조회 800
|
댓글 1개
<input type="hidden" name="sfl" value="concat(wr_subject,wr_content)">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<INPUT name="stx" type="text" style="padding: 3 0.2em 3 0.2em; BORDER : 2px solid #006ffa; width: 300px; HEIGHT: 27px; font-size: 14px; vertical-align:middle;">
<INPUT type="image" alt="검색" style="vertical-align:middle;" src="<?=$g4['path']?>/img/btn_sch.gif" class="btn" onmouseover="this.src='<?=$g4['path']?>/img/btn_sch_over.gif'" onmousedown="this.src='<?=$g4['path']?>/img/btn_sch_down.gif'" onmouseout="this.src='<?=$g4['path']?>/img/btn_sch.gif'" onclick="clickcr(this,'sch.action','','',event);" tabindex="2">
</form>
<script language="JavaScript">
function fsearchbox_submit(f)
{
if (f.stx.value == '')
{
alert("검색어를 입력하세요.");
f.stx.select();
f.stx.focus();
return;
}
f.action = "<?=$g4[bbs_path]?>/search.php";
f.submit();
}
</script>
요것이 검색소스입니다.게시판상단에 박으면 현상이 일어나요;