📄 default_search.asp
字号:
<TABLE cellSpacing=0 cellPadding=0 width=536 border=0>
<TBODY>
<FORM action="default2.asp" method=POST name=f>
<TR>
<TD width=88>报价查询:</TD>
<TD width=88>
<INPUT name=SearchText size="12" maxLength=100></TD>
<TD width=138>
<SELECT name=sortid>
<OPTION
value="" selected>*** 所有类别 ***</OPTION>
<%
set rstype=server.createobject("adodb.recordset")
typesql="select * from class_1"
rstype.open typesql,conn,1,1
do while not rstype.eof
response.write "<option " & sel & " value='"+CStr(rstype("sortid"))+"'>"+rstype("sort")+"</option>"+chr(13)+chr(10)
rstype.movenext
loop
rstype.close
%>
</SELECT> </TD>
<TD width=100> <!--#include file="../../include/state.asp"--> </TD>
<TD width=122> <div align="center"><img src="/netimg/but_search_01.gif" border=0 style="cursor:hand" onclick="document.f.submit();"></div></TD>
</TR>
</form>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -