📄 show.asp
字号:
<!--#include file="conn.asp"-->
<%
Dim SpecialID,Show_Special_rs
SpecialID=request.QueryString("specialid")
If SpecialID="" or not IsNumeric(SpecialID) Then
Response.Write ("访问错误!")
Response.End
End If
Dim SClass,SClassID,NClassID,NClass,name,pic,yuyan,Times,GongSi,intro
Set Show_Special_rs=server.createobject("adodb.recordset")
Sql="select SClass,SClassID,NClassID,NClass,name,pic,yuyan,Times,GongSi,intro,hits from [Special] where Specialid="&Cint(SpecialID)
Show_Special_rs.open Sql,conn,1,3
If Show_Special_rs.eof Then
Response.Write ("参数错误!专辑可能已经删除")
Response.End
End If
Show_Special_rs("hits")=Show_Special_rs("hits")+1
Show_Special_rs.update
SClassID=Show_Special_rs("SClassID")
SClass=Show_Special_rs("SClass")
NClassID=Show_Special_rs("NClassID")
NClass=Show_Special_rs("NClass")
name=Show_Special_rs("name")
pic="http://www.9520.cn/"&Show_Special_rs("pic")
yuyan=Show_Special_rs("yuyan")
Times=Show_Special_rs("Times")
GongSi=Show_Special_rs("GongSi")
intro=Show_Special_rs("intro")
Show_Special_rs.close
Set Show_Special_rs=NOTHING
stats="专辑 "&name
%>
<!--#include file="home.asp"-->
<head>
<style>body,td{font-size:12px}</style></head>
<table width="779" height="570" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="1" height="570" background="images/sunny01.gif"><img src="images/b.gif" width="1" height="1"></td>
<td width="186" valign="top"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25" valign="top"><img src="images/amusic_0a11.gif" width="188" height="25"></td>
</tr>
</table>
<!--#include file="inc/login.inc" -->
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="32"><img src="images/amusic_0a13.gif" width="188" height="25"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/0394_top0.gif" width="188" height="29"></td>
</tr>
</table>
<!--#include file="inc/links.inc" -->
<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23"><img src="images/0394_top1.gif" width="188" height="29"></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="0">
<!--#include file="inc/list_music_hot.inc"-->
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/0394_top2.gif" width="188" height="29"></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="0">
<!--#include file="inc/list_special_hot.inc"-->
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/0394_top3.gif" width="188" height="29"></td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td height="45"> <div align="center"><img src="images/WMP9series_Free.gif" width="120" height="32"></div></td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td height="45"> <div align="center"><img src="images/real.gif" width="121" height="34"></div></td>
</tr>
</table></td>
<td width="1" background="images/sunny01.gif"><img src="images/b.gif" width="1" height="1"></td>
<td width="590" valign="top"><table width="589" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="314" height="18"> <div align="center">
<!--#include file="inc/top_count.inc" -->
</div></td>
<td width="24"><img src="images/fink.gif" width="25" height="23"></td>
<td width="251">
<!-- 导航歌曲搜索 开始 -->
<table width="250" border="0" cellspacing="0" cellpadding="4" align="center" height="17">
<form action="search.asp" method="get">
<tr align="center">
<td width="71" height="2"> <input name="key_keyword" class=input onFocus="this.value=''" value="关键字" size="10" maxlength="30" ></td>
<td width="79"> <select size="1" name="key_type" class=input >
<option selected value="music">歌曲名称</option>
<option value="singer">歌手名称</option>
<option value="special">专辑名称</option>
</select></td>
<td width="42"> <input type="submit" value="搜索" class=input name="submit"></td>
<td width="42"> <input type="reset" value="清除" class=input name="submit2"></td>
</tr>
</form>
</table>
<!-- 导航歌曲搜索 结束 -->
</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="20" background="images/0394_list1.gif" bgcolor="#FFFFFF"><table width="100%" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="4%"> </td>
<td width="96%" valign="bottom">专 辑 内 容</td>
</tr>
</table></td>
</tr>
<tr>
<td height="55" bgcolor="#FFFFFF"> <table width="579" height="132" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="1" bgcolor="#CCCCCC"><img src="images/b.gif" width="1" height="1"></td>
<td width="550" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"> <table width="98%" height="22" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="left"><a href="index.asp"><%=HOST_NAME%></a> - <a href="singerlist.asp?id=<%=SClassID%>"><%=SClass%></a> - <a href="special.asp?id=<%=NClassID%>"><%=NClass%></a> - <font color="#FF0000">《<%=name%>》</font></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<br>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="46%"><img src="<%=pic%>" style="border: 1 solid #000000"></td>
<td width="54%" valign="top"> <table width="97%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="90%" height="25"><font color="#FF6600"> 专辑名称:<font color="#000000">《<%=name%>》</font></font></td>
</tr>
<tr>
<td> <TABLE width=100% height=2
border=0 align="center" cellPadding=0 cellSpacing=0
background="images/txwm_line_1.gif">
<TBODY>
<TR>
<TD height=2><IMG height=2
src="img/dot.gif"
width=10></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td height="25" bgcolor="f7f7f7"><font color="#FF6600"> 歌手姓名:<a href="special.asp?id=<%=NClassID%>"><font color="#000000"><%=Nclass%></font></a></font></td>
</tr>
<tr>
<td><TABLE width=100% height=2
border=0 align="center" cellPadding=0 cellSpacing=0
background="images/txwm_line_1.gif">
<TBODY>
<TR>
<TD height=2><IMG height=2
src="img/dot.gif"
width=10></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td height="25"><font color="#FF6600"> 专辑语言:<font color="#000000"><%=yuyan%></font></font></td>
</tr>
<tr>
<td> <TABLE width=100% height=2
border=0 align="center" cellPadding=0 cellSpacing=0
background="images/txwm_line_1.gif">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -