搜索框代码收集 – 持续更新中
搜索一:
<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>
还是自己制作比较适合
额,都不是很适合我的博客
收藏起来,会用到的
汗,没看明白,这个用途是?
粉丝淘来踩了!小站不错 感谢分享~O(∩_∩)O~
这有什么用啊