搜索框代码收集 – 持续更新中

 

搜索一:

<form name="SearchForm" id="SearchForm" action="Search.Asp" method="post">

<input type="text" name="Keyword" id="Keyword" maxlength="20" class="text middletext" />

<input type="submit" value="搜索" class="ActionBtn Pointer" />

</form>

 

搜索二:

<form id="searchform" name="searchform" target="srhw" method="post" action="#">

<fieldset class="mod_search">

<legend><span>搜索</span></legend>

<p>

<label for="Search">搜索:</label>

<input type="text" class="mod_search_txt" value="请输入搜索关键词" name="Search" id="srhtxt"> 

<button class="mod_search_bt" type="submit"><span>搜索</span></button>

</p>

<div id="sugselector" style="display: none;" class="mod_keywords_list"></div>

</fieldset>

</form>