MusicAdd.aspx
资源名称:YDMusic.rar [点击查看]
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:4k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="MusicAdd.aspx.vb" Inherits="YDMusic.MusicAdd"%>
- <html>
- <head>
- <title></title>
- <meta http-equiv="Content-Language" content="zh-cn">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="/Css/Css.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- TD { FONT-SIZE: 10pt; COLOR: #808080 }
- </style>
- <script language="javascript">
- function setid()
- {
- str="";
- if(!form1.upcount.value) form1.upcount.value=1;
- for(i=1;i<=form1.upcount.value;i++)
- {
- str+=" 歌曲名" + i + ":<input style='width: 180;height:18; font-size: 10pt; color: #808080; border: 1px solid #C0C0C0' name=MusicName" + i + " size=25> <input style='width: 80;height:18; font-size: 10pt; color: #808080; border: 1px solid #C0C0C0' type=text name=Wma" + i + " value=" + i + ".Wma size=16><br>";
- }
- upid.innerHTML=str;
- }
- </script>
- </head>
- <body topmargin="0" leftmargin="0">
- <table border="0" width="700" id="table1" cellspacing="1" cellpadding="0" bgcolor="#E8E8E8">
- <tr>
- <td bgcolor="#FFFFFF">
- <table border="0" width="700" id="table2" cellspacing="0" cellpadding="0">
- <tr>
- <td bgcolor="#e8e8e8">
- <img border="0" src="/Images/line3.gif" width="80" height="6"></td>
- </tr>
- </table>
- <table border="0" width="700" id="table2" cellspacing="0" cellpadding="0">
- <tr>
- <td><img border="0" src="/Images/jiantou.gif"><b>添加歌曲</b></td>
- </tr>
- </table>
- <table border="0" width="700" id="table2" height="6" cellspacing="0" cellpadding="0">
- <tr>
- <td bgcolor="#e8e8e8"></td>
- </tr>
- </table>
- <form name="form1" method="post" action="MusicAdd.aspx?Action=Save">
- <table border="0" width="700" id="table1" cellspacing="1" cellpadding="0">
- <tr>
- <td width="102" align="right">所属分类:</td>
- <td>
- <select size=1 name=SClass class=box onchange="location.href='MusicAdd.aspx?SClassID=' + this.value">
- <option value=0>选择栏目</option>
- <%# SClassArr%>
- </select>
- </td>
- <td width="62" align="right">所属歌手:</td>
- <td width="332">
- <select size=1 name=NClass class=box onchange="location.href='MusicAdd.aspx?NClassID=' + this.value">
- <option value=0>选择栏目</option>
- <%# NClassArr%>
- </select>
- </td>
- </tr>
- <tr>
- <td width="102" align="right">加入专辑:</td>
- <td>
- <select size=1 name=Special class=box>
- <option value=0>选择栏目</option>
- <%# SpecialArr%>
- </select>
- </td>
- <td width="62" align="right">公共地址:</td>
- <td width="332"><input name="PublicAdrr" type="text" value="/" class=box></td>
- </tr>
- <tr>
- <td width="102" align="right">添加几首:</td>
- <td><input name="upcount" type="text" value="1" style='width: 40;height:18; font-size: 10pt; color: #808080; border: 1px solid #C0C0C0'> <input type="button" name="Button" onclick="setid();" value="设定" style='width: 40;height:18; font-size: 10pt; color: #808080; border: 1px solid #C0C0C0'></td>
- <td width="62" align="right">服 务 器:</td>
- <td width="332">
- <select size=1 name=DomainUrl class=box>
- <option value=0>0</option>
- <option value=1>1</option>
- <option value=2>2</option>
- <option value=3>3</option>
- <option value=4>4</option>
- <option value=5>5</option>
- <option value=6>6</option>
- <option value=7>7</option>
- <option value=8>8</option>
- <option value=9>9</option>
- <option value=10>10</option>
- </select></td>
- </tr>
- <tr>
- <td colspan="4" id="upid"> </td>
- </tr>
- <tr>
- <td width="102" align="right"></td>
- <td colspan="3">
- <input type="image" src="/Images/but03.gif">
- </td>
- </tr>
- <tr>
- <td width="102" align="right"></td>
- <td></td>
- <td width="62" align="right"></td>
- <td width="332"></td>
- </tr>
- </form>
- </table>
- </td>
- </tr>
- </table>
- <script language="javascript">
- setid();
- </script>
- </body>
- </html>