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

📄 search.asp

📁 很不错的站件包含的内容和具体功能先删除编译后的debug/release目录以减少压缩包大小
💻 ASP
字号:
<!--#include file="conndl.asp" -->
<!--#include file="check.asp" -->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理页</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="35" background="img/admin_top_bg.gif"><img src="img/copy.gif" height="35"></td>
  </tr>
</table>
<%if request("Class") = "dl" then%>
<table width="820" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr height="10"> 
          <td height="5"></td>
        </tr>
      </table>
         
        
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" class="table">
        <form name="form1" method="post" action="SearchList.asp?Go=dl">
          <tr > 
            <td  bgcolor="00CC00"height="26" colspan="4" align="center" class="font"> 
              <div align="right"> 
                <table width="99%" border="0" align="right" cellpadding="0" cellspacing="0">
                  <tr> 
                    <td class="font"><strong><font color="#FFFFFF">代练进度查询搜索</font></strong></td>
                  </tr>
                </table>
              </div></td>
          </tr>
          <tr> 
            <td width="12%" height="25" align="center" bgcolor="#FFFFFF" class="td">关 
              键 字</td>
            <td width="92%" height="25" colspan="3" valign="bottom" bgcolor="#FFFFFF" class="td"> 
              <input name="Key" type="text" class="input" id="Key" size="30"> 
            </td>
          </tr>
          <tr> 
            <td width="12%" height="23" align="center" bgcolor="#FFFFFF" class="td">游戏种类</td>
            <td height="23" colspan="3" valign="middle" bgcolor="#FFFFFF" class="td"> 
              <select name="Game_Name" class="input" id="Game_Name">
                <option  value="" selected>所有分类</option>
                <%
set rs=server.CreateObject("adodb.Recordset")
sql="Select * from Soft_Class where Type_Name = 'dl' and True_Index = 'Yes' order by ID asc"
rs.open sql,conn,1,1
do while not rs.eof
%>
                <option  value="<%=rs("Soft_Class")%>"><%=rs("Soft_Class")%></option>
                <%     
rs.movenext 
loop
rs.close 
set rs=nothing
%>
              </select> </td>
          </tr>
          <tr> 
            <td height="25" align="center" bgcolor="#FFFFFF" class="td"><div align="right"></div></td>
            <td height="25" colspan="3" valign="middle" bgcolor="#FFFFFF" class="td"> 
              <input name="Submit" type="submit" class="button" value="确定搜索""> 
              <input name="Submit" type="button" class="button" onClick="history.go(-1)" value="返回上页"> 
            </td>
          </tr>
        </form>
      </table>
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr height="10"> 
          <td height="5"></td>
        </tr>
      </table></td>
  </tr>
</table>
 <%end if%>
</body>
</html>

⌨️ 快捷键说明

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