MusicAdd.aspx
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="MusicAdd.aspx.vb" Inherits="YDMusic.MusicAdd"%>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta http-equiv="Content-Language" content="zh-cn">
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  7. <link href="/Css/Css.css" rel="stylesheet" type="text/css">
  8. <style type="text/css">
  9. TD { FONT-SIZE: 10pt; COLOR: #808080 }
  10. </style>
  11. <script language="javascript"> 
  12. function setid() 
  13. str=""; 
  14. if(!form1.upcount.value) form1.upcount.value=1; 
  15. for(i=1;i<=form1.upcount.value;i++) 
  16. {
  17. str+="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歌曲名" + 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>";
  18. }
  19. upid.innerHTML=str; 
  20. </script>
  21. </head>
  22. <body topmargin="0" leftmargin="0">
  23. <table border="0" width="700" id="table1" cellspacing="1" cellpadding="0" bgcolor="#E8E8E8">
  24. <tr>
  25. <td bgcolor="#FFFFFF">
  26. <table border="0" width="700" id="table2" cellspacing="0" cellpadding="0">
  27. <tr>
  28. <td bgcolor="#e8e8e8">
  29. <img border="0" src="/Images/line3.gif" width="80" height="6"></td>
  30. </tr>
  31. </table>
  32. <table border="0" width="700" id="table2" cellspacing="0" cellpadding="0">
  33. <tr>
  34. <td><img border="0" src="/Images/jiantou.gif"><b>添加歌曲</b></td>
  35. </tr>
  36. </table>
  37. <table border="0" width="700" id="table2" height="6" cellspacing="0" cellpadding="0">
  38. <tr>
  39. <td bgcolor="#e8e8e8"></td>
  40. </tr>
  41. </table>
  42. <form name="form1" method="post" action="MusicAdd.aspx?Action=Save">
  43. <table border="0" width="700" id="table1" cellspacing="1" cellpadding="0">
  44. <tr>
  45. <td width="102" align="right">所属分类:</td>
  46. <td>
  47. <select size=1 name=SClass class=box onchange="location.href='MusicAdd.aspx?SClassID=' + this.value">
  48. <option value=0>选择栏目</option>
  49. <%# SClassArr%>
  50. </select>
  51. </td>
  52. <td width="62" align="right">所属歌手:</td>
  53. <td width="332">
  54. <select size=1 name=NClass class=box onchange="location.href='MusicAdd.aspx?NClassID=' + this.value">
  55. <option value=0>选择栏目</option>
  56. <%# NClassArr%>
  57. </select>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td width="102" align="right">加入专辑:</td>
  62. <td>
  63. <select size=1 name=Special class=box>
  64. <option value=0>选择栏目</option>
  65. <%# SpecialArr%>
  66. </select>
  67. </td>
  68. <td width="62" align="right">公共地址:</td>
  69. <td width="332"><input name="PublicAdrr" type="text" value="/" class=box></td>
  70. </tr>
  71. <tr>
  72. <td width="102" align="right">添加几首:</td>
  73. <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>
  74. <td width="62" align="right">服 务 器:</td>
  75. <td width="332">
  76. <select size=1 name=DomainUrl class=box>
  77. <option value=0>0</option>
  78. <option value=1>1</option>
  79. <option value=2>2</option>
  80. <option value=3>3</option>
  81. <option value=4>4</option>
  82. <option value=5>5</option>
  83. <option value=6>6</option>
  84. <option value=7>7</option>
  85. <option value=8>8</option>
  86. <option value=9>9</option>
  87. <option value=10>10</option>
  88. </select></td>
  89. </tr>
  90. <tr>
  91. <td colspan="4" id="upid"> </td>
  92. </tr>
  93. <tr>
  94. <td width="102" align="right"></td>
  95. <td colspan="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  96. <input type="image" src="/Images/but03.gif">
  97. </td>
  98. </tr>
  99. <tr>
  100. <td width="102" align="right"></td>
  101. <td></td>
  102. <td width="62" align="right"></td>
  103. <td width="332"></td>
  104. </tr>
  105. </form>
  106. </table>
  107. </td>
  108. </tr>
  109. </table>
  110. <script language="javascript"> 
  111. setid(); 
  112. </script>
  113. </body>
  114. </html>