📄 newgq.asp
字号:
<!--#include file="yz.asp"-->
<!--#include file="css.asp"-->
<meta http-equiv="Content-Language" content="zh-cn">
<body>
<div align="center">
<center>
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%">
<tr>
<td width="100%" background="images/title.gif">
<p align="right"><font color="#0066CC"><b>添加MTV</b></font></td>
</tr>
<tr>
<td width="100%" bgcolor="#E6ECF9">
<!--#include file="data.asp"-->
<form name="form1" method="post" action="newgqok.asp">
<div align="center">
<center>
<table width="100%" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="377">MTV歌曲名称:
<input type="text" name="gname" size="18" style="font-size: 9pt; border-style: solid; border-width: 1">
</td>
<td width="416">MTV歌手姓名:
<input type="text" name="name" size="18" style="font-size: 9pt; border-style: solid; border-width: 1">
</td>
</tr>
<tr>
<td width="377">所属分类:
<select name="select" style="font-size: 9pt">
<%
sql="select * from 类别"
set rs=conn.execute(sql)
do while Not rs.Eof
%>
<option value="<%=rs("类别")%>"><%=rs("类别")%></option>
<%
rs.MoveNext
loop
rs.close
conn.close
set rs=nothing
set conn=nothing
%>
</select>
</td>
<td width="416">格式:
<select size="1" name="gs" style="font-size: 9pt">
<option value="RM" selected>RM</option>
<option value="WMV">WMV</option>
<option value="RMVB">RMVB</option>
<option value="AVI">AVI</option>
<option value="ASF">ASF</option>
</select>
</td>
</tr>
<tr>
<td width="377">图片:
<input type="text" name="pic" size="16" value="pic/" style="font-size: 9pt; border-style: solid; border-width: 1">
[<a href="#" onclick="window.open('upfile.htm','tt90','width=500,height=230')" style="text-decoration: none; color: #FF0000">图片上传</a>]</td>
<td width="416">MTV视听路径:
<input type="text" name="dizhi" size="19" style="font-size: 9pt; border-style: solid; border-width: 1" value="mtv/">
</td>
</tr>
<tr>
<td width="377">推荐:是
<input type="radio" name="radiobutton" value="true">
否
<input type="radio" name="radiobutton" value="false" checked>
</td>
<td width="416"> </td>
</tr>
<tr>
<td width="377"><font color="#FF0000">[添加MTV图片请在pic/后数据图片文件名,例pic/1.gif]</font></td>
<td width="416"> </td>
</tr>
<tr>
<td colspan="2" width="796">
<div align="right">
<input type="submit" name="Submit" value="确认添加" style="font-size: 9pt; border-style: solid; border-width: 1">
<input type="reset" name="Submit2" value="重置" style="font-size: 9pt; border-style: solid; border-width: 1">
</div>
</td>
</tr>
</table>
</center>
</div>
</form></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -