电影红高粱主题曲简谱:搜索条挡住下拉菜单怎么修改

来源:百度文库 编辑:高校问答 时间:2024/04/29 06:26:40
搜索条挡住下拉菜单怎么修改
搜索条代码如下:
<FORM action=research.asp method=post name=form2 >

<p style="word-spacing: 0; line-height: 100%; margin-top: 5; margin-bottom: -12" align="left" >
<INPUT class=wenbenkuang name=searchkey size=44 value="请输入关键字" onMouseOver="this.focus()" onblur="if (value ==''){value='请输入关键字'}" onFocus="this.select()" onClick="if(this.value=='请输入关键字') this.value=''";>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select * from wq_sort order by anclassidorder",conn,1,1
%>
<select name="anclassid">
<option value="0">所有分类</option>
<%do while not rs.eof%>
<option value="<%=rs("anclassid")%>"> <%if len(trim(rs("anclass")))>11 then
response.write left(trim(rs("anclass")),11)&"."
else
response.write trim(rs("anclass"))
end if%></option>
<%rs.movenext
loop
rs.close
set rs=nothing%>
</select>
<INPUT class=go-wenbenkuang name=Submit type=submit value=查询> <INPUT class=go-wenbenkuang name=Submit3 onclick="window.location='search.asp'" type=button value=高级搜索>FORM>

<FORM action=research.asp method=post name=form2 >

<p style="word-spacing: 0; line-height: 100%; margin-top: 5; margin-bottom: -12" align="left" >
<INPUT class=wenbenkuang name=searchkey size=44 value="请输入关键字" onMouseOver="this.focus()" onblur="if (value ==''){value='请输入关键字'}" onFocus="this.select()" onClick="if(this.value=='请输入关键字') this.value=''";>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select * from wq_sort order by anclassidorder",conn,1,1
%>
<select name="anclassid">
<option value="0">所有分类</option>
<%do while not rs.eof%>
<option value="<%=rs("anclassid")%>"> <%if len(trim(rs("anclass")))>11 then
response.write left(trim(rs("anclass")),11)&"."
else
response.write trim(rs("anclass"))
end if%></option>
<%rs.movenext
loop
rs.close
set rs=nothing%>
</select>
<INPUT class=go-wenbenkuang name=Submit type=submit value=查询> <INPUT class=go-wenbenkuang name=Submit3 onclick="window.location='search.asp'" type=button value=高级搜索>
</p>
</FORM>
最下面的</p></form>