www.gusucode.com > 要听音乐网完美修正版 1.0源码程序 > admin/Admin_Search.asp

    <!--#include file="../inc/const.asp"-->
<!--#include file="inc/char.asp"-->
<html>
<head>
<title><%=site_info(0)%>-后台管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" type=text/css rel=stylesheet>
</head>
<body text=#000000 leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="#E5E5E5">
<br>
<%
If Not CheckAdmin(ScriptName) Then
    strMsg="<Li>您没有管理本页面的权限。"
    Call Msg()
End If
%>
<form name="myform" method="post" action="Admin_special.asp">
  <table width="95%" border=0 align="center" cellpadding=5 cellspacing=1 class="border-all">
    <tbody>
      <tr> 
        <th height=21 colspan="2" sytle="line-height:150%">专集搜索</th>
      </tr>
      <tr class="table_row_2"> 
        <td width="21%"> 搜索关键字:</td>
        <td width="79%"> <input name="keyword" type="text" class="editbox" id="keyword"></td>
      </tr>
      <tr> 
        <th colspan="2"><input type="submit" name="Submit" value="提交" class="button">
          &nbsp; 
          <input type="reset" name="Submit2" value="重置" class="button">
      </tr>
    </tbody>
  </table>
</form>
<form name="myform" method="post" action="Admin_musiclist.asp">
  <table width="95%" border=0 align="center" cellpadding=5 cellspacing=1 class="border-all">
    <tbody>
      <tr> 
        <th height=21 colspan="2" sytle="line-height:150%">歌曲搜索</th>
      </tr>
      <tr class="table_row_2"> 
        <td width="21%"> 搜索关键字:</td>
        <td width="79%"> <input name="keyword" type="text" class="editbox" id="keyword"></td>
      </tr>
      <tr> 
        <th colspan="2"><input type="submit" name="Submit" value="提交" class="button">
          &nbsp; 
          <input type="reset" name="Submit2" value="重置" class="button">
      </tr>
    </tbody>
  </table>
</form>
</body>
</html>