⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.2fly.asp

📁 2Fly通讯录v1.1,一个不错的系统
💻 ASP
字号:
<style type="text/css">
<!--
.c5 {
	BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #669933; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #669933; COLOR: #006600; BORDER-TOP-COLOR: #669933; LINE-HEIGHT: normal; FONT-STYLE: normal; HEIGHT: 18px; BACKGROUND-COLOR: #deefe7; BORDER-RIGHT-WIDTH: 1px; FONT-VARIANT: normal; BORDER-RIGHT-COLOR: #669933
}
-->
</style>

<%
'searchname=""   '搜索名称相关
'call  serch1()'

sub serch1()
%>
  <table width="100%"  border="0" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="list_message2fly.asp">
    <tr align="center">
      <td>&nbsp;关 键 词:
        <INPUT name=key2 value="<%=searchname%>" size=20>
		  <br>
	    选择分类:
        <select name="tj" id="tj">
            <option value="21" <%if searchid="21" then Response.Write("selected")%>>姓名</option>
            <option value="22" <%if searchid="22" then Response.Write("selected")%>>邮箱</option>
            <option value="26" <%if searchid="23" then Response.Write("selected")%>>电话</option>
            <option value="23" <%if searchid="23" then Response.Write("selected")%>>QQ/msn/uc</option>
            <option value="24" <%if searchid="22" then Response.Write("selected")%>>所在地</option>
            <option value="25" <%if searchid="23" then Response.Write("selected")%>>籍贯</option>
            <option value="27" <%if searchid="23" then Response.Write("selected")%>>个人网址</option>
        </select>
          <input class=c5 type="submit" name="submit" value="站内搜索"></td>
    </tr>
</form>
  </table>
<%
end sub
%>
<%
'searchname=""   '搜索名称相关
'call  serch2()
sub serch2()
%>
<TABLE width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <FORM action="search.in.2fly.asp" name=form1 target="_blank">
  <TR>
    <TD height="30" align="center">
        关键词
          <INPUT name=key value="<%=searchname%>" size=16> 
          点击搜索
          <input class=c5 type="submit" name="submit" value="百度综合搜索">
          <input class=c5 type="submit" name="submit" value="百度曲">
          <input class=c5 type="submit" name="submit" value="百度词">
          <input class=c5 type="submit" name="submit" value="搜刮曲">
          <input class=c5 type="submit" name="submit" value="搜刮词">
          <input class=c5 type="submit" name="submit" value="一搜曲">
          <input class=c5 type="submit" name="submit" value="一搜词"></TD>
  </TR>
</FORM>
</TABLE>
<%
end sub
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -