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

📄 admin_songadd.asp

📁 青岛dj站程序,带后台管理 名字和密码都是:admin
💻 ASP
字号:
<!--#include file="function.asp"-->
<%CheckAdmin1%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top.asp"-->
<div align="center">
  <center>
<table border="0" width="750" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" height="124">
  <tr>
    <td valign=top width=5 background="images/line_bg02.gif" height="115"></td>
    <td valign=top width=175 height="115">
    <!--#include file="admin_left.asp"-->
    </td>
    <td valign=top width=5 background="images/line_bg02.gif" height="115"> </td>
    <td valign=top width="551" height="115">
    
    <table border="1" width="100%" cellspacing="0" cellpadding="0" class="TableLine" style="border-collapse: collapse" bordercolor="#2B7B93">
        <form method="POST" action="admin_SongSave.asp">
          <tr>
            <td width="100%" height="20" colspan=2 align=center><b>添 加 歌 曲</b></td>
          </tr>
          <tr>
            <td align="right">* 类型:</td>
            <td>一级栏目:
              <select name="classid" size="1" onchange="window.open('admin_Songadd.asp?classid='+this.options[this.selectedIndex].value,'_self')">
                <option value="" <%if request("classid")="" then%> selected<%end if%>>选择栏目</option>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from class"
rs.open sql,conn,1,1
do while not rs.eof
%>
                <option<%if cstr(request("classid"))=cstr(rs("classid")) and request("classid")<>"" then%> selected<%end if%> value="<%=CStr(rs("classID"))%>" name=classid><%=rs("class")%></option>
<%
rs.movenext
loop
rs.close
%>
              </select>
                </td>
          </tr>
          <tr>
            <td width="15%" align="right">加入专辑:</td>
            <td>
<%if request("classid")<>"" then%>
              <select name="Specialid" size="1">
                <option value="" <%if request("Specialid")="" then%> selected<%end if%>>选择专辑</option>
<%
	sql="select * from special where classid="&request("classid")
	rs.open sql,conn,1,1
	Do while not rs.eof
%>
                <option<%if cstr(request("Specialid"))=CStr(rs("Specialid")) then%> selected<%end if%> value="<%=CStr(rs("Specialid"))%>" name=Specialid><%=rs("name")%></option>
<%
	rs.MoveNext
	Loop
	rs.close
else
%>
              <select name="Specialid" size="1">
                <option value="" selected>选择专辑</option>
<%end if%>
              </select>
            </td>
          </tr>
          <tr>
            <td width="15%" align="right">文件类型:</td>
            <td width="85%">
            <select size="1" name="musictype">
            <option value="1" selected>RealPlayer</option>
            <option value="2">MediaPlay</option>
            <option value="3">Flash</option>
            </select></td>
          </tr>
          <tr>
            <td width="15%" align="right">* 试听地址:</td>
            <td width="85%">
            <input type="text" name="ListenUrl" size="54" style="color: #FF0000; border: 1px solid #000000; "></td>
          </tr>
          <tr>
            <td align="right"><font color="red">* 歌曲名:</font></td>
            <td>
            <input type="text" name="MusicName" size="50" class="smallinput" maxlength="100" style="color: #FF0000; border: 1px solid #000000; "></td>
          </tr>
          <tr>
            <td colspan=2 align=center>
              <input type="hidden" value="add" name="act">
<%if request("Classid")="" then%>
              <input type="button" value=" 确 定 " name="cmdok" onclick="window.alert('请先选择栏目!')">&nbsp; 
<%else%>
              <input type="submit" value=" 确 定 " name="cmdok">&nbsp; 
<%end if%>
              <input type="reset" value=" 清 除 "  name="cmdcancel">
            </td>
          </tr>
        </form>
      </table>
      
      </td>
    <td valign=top width="5" background="images/line_bg02.gif" height="115"> </td>
  </tr>
  <tr>
    <td valign=top width=750 colspan="5" background="images/line_bg01.gif" height="9">
    <img border="0" src="补间.gif" width="7" height="7"></td>
    </tr>
</table>
  </center>
</div>

<%
set rs=nothing
conn.close
set conn=nothing%>

⌨️ 快捷键说明

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