Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
SpecialAdd.aspx
Package: YDMusic.rar [view]
Upload User: whzhongbo
Upload Date: 2022-07-31
Package Size: 1531k
Code Size: 4k
Category:
WEB(ASP,PHP,...)
Development Platform:
DOS
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="SpecialAdd.aspx.vb" Inherits="YDMusic.SpecialAdd"%>
- <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>
- </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="SpecialAdd.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='SpecialAdd.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>
- <option value=0>选择栏目</option>
- <%# NClassArr%>
- </select>
- </td>
- </tr>
- <tr>
- <td width="102" align="right">专辑名称:</td>
- <td>
- <input name="Name" type="text" Class="box" value=""></td>
- <td width="62" align="right">专辑语言:</td>
- <td width="332">
- <select name="Yuyan" size="1" Class="box">
- <option value="国语" selected>国语</option>
- <option value="粤语">粤语</option>
- <option value="英文">英文</option>
- <option value="日韩">日韩</option>
- <option value="韩文">韩文</option>
- <option value="日语">日语</option>
- <option value="国/粤语">国/粤语</option>
- <option value="中/英文">中/英文</option>
- <option value="中/日文">中/日文</option>
- <option value="中/韩文">中/韩文</option>
- </select>
- </td>
- </tr>
- <tr>
- <td width="102" align="right">唱片公司:</td>
- <td>
- <input name="Gongsi" type="text" Class="box" value=""></td>
- <td width="62" align="right">发行日期:</td>
- <td width="332">
- <input name="Times" type="text" Class="box" value=""></td>
- </tr>
- <tr>
- <td width="102" align="right">专辑图片:</td>
- <td>
- <input name="Pic" type="text" Class="box" value=""></td>
- <td width="62" align="right"></td>
- <td width="332"></td>
- </tr>
- <tr>
- <td width="102" align="right" valign="top">专辑简介:</td>
- <td colspan="3">
- <script language="Javascript1.2">
- <!--
- _editor_url = "/Admin/";
- var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]);
- if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; }
- if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; }
- if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; }
- if (win_ie_ver >= 5.5)
- {
- document.write('<scr' + 'ipt src="' +_editor_url+ 'popups/editor.js"');
- document.write(' language="Javascript1.2"></scr' + 'ipt>');
- }
- else
- {
- document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>');
- }
- // -->
- </script>
- <textarea name="Intro" rows="13" cols="53"></textarea>
- <script language="javascript1.2">
- editor_generate('Intro');
- </script></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>
- </body>
- </html>