songadd.asp

来自「烈火之家整站程序 本程序集商业娱乐一体,本来是给自己用的但是我的国外空间支持不够」· ASP 代码 · 共 85 行

ASP
85
字号
<!--#include file="admin.asp"-->
<!--#include file="conn1.asp"-->
<!--#include file="char.inc"-->
<!-- #include file="../Inc/Head.asp" -->
<% Special_id=request("Special_id")
   Class_Id=request("Class_Id")
   Nclass_Id=request("Nclass_Id")
%>

<script Language="JavaScript">
function Form_Validator(theForm) 
{ 
	if (theForm.Song_Name.value == "") 
	{ 
		alert("歌曲名称必须填写"); 
		theForm.Song_Name.focus(); 
		return (false); 
	} 
	
		return (true); 
} 
</script> 

	   <form method="POST" action="SongSave.asp?action=add&Special_Id="&Special_Id&"" onsubmit="return Form_Validator(this)">
              
  <table width="60%" border="0" align="center" cellpadding="2"  cellspacing="1" bgcolor="#ffffff">
    <tr> 
      <td colspan=2> <font color="#FF0000">注意</font>:打<font color="#FF0000">*</font>的不要更改 
      </td>
    </tr>
    <tr> 
      <td  height="22" nowrap><font color="#FF0000">*</font> 所属分类:</td>
      <td  height="22" > <input type="text" name="Class_ID" size="10"   value="<%=Class_ID%>">
        ──→ 
        <input type="text" name="NClass_ID" size="10"   value="<%=NClass_ID%>"> 
      </td>
    </tr>
    <tr> 
      <td><font color="#FF0000">*</font> 所属专辑:</td>
      <td> <input type="text" name="Special_ID" size="10"   value="<%=Special_ID%>"> 
      </td>
    </tr>
    <tr> 
      <td >歌曲名称:</td>
      <td > <input type="text" name="Song_Name" size="20" class="smallinput" maxlength="50">
        演唱: 
        <input type="text" name="Song_singer" size="10"> </td>
    </tr>
    <tr> 
      <td colspan="2" align="right"><div align="center">
          <script src=../Inc/eshopcode.js></script>
          <!--#include file=../Inc/Ubb.inc -->
        </div></td>
    </tr>
    <tr> 
      <td width="17%" align="right"><div align="left">试听地址:<br>
          (<font color="#FF0000">支持UBB</font>)</div></td>
      <td > <textarea name="content" cols="50" rows="4" id="content"></textarea> </td>
    </tr>
    <tr> 
      <td >MP3 下载:</td>
      <td > <input type="text" name="Song_mp3" size="50"> </td>
    </tr>
    <tr> 
      <td >MTV 地址:</td>
      <td > <input type="text" name="Song_mv" size="50"> </td>
    </tr>
    <tr> 
      <td >SWF 地址:</td>
      <td > <input type="text" name="Song_swf" size="50"> </td>
    </tr>
    <tr> 
      <td colspan=2 align=center> <input type="submit" value=" 确 定 "> </td>
    </tr>
  </table>   
</form>
<!-- #include file="../Inc/Foot.asp" -->







⌨️ 快捷键说明

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