你好!搜索表单可以尝试自己写
<table>
<form id="form1" name="form1" method="get" action="/plus/search.asp">
<tr>
<td><select name="channelid">
<option value=1>文章</option>
<option value=3>下载</option>
</select>
关键字:<input name="keyword" type="text" size="15">
<input type="submit" name="Submit" value="搜索" /></td>
</tr>
</form>
</table>
说明:4.0的搜索需要指定到具体的模型,若是3.2升级过来的,请修正