📄 songplay.asp
字号:
<!--#include file="config.asp"-->
<%
id=clng(obj.regstr(request("id")))
if id="" or id<1 then ShowError("缺少必要的参数")
rs.open "select * from song where id=" &id&"",conn,1,1
if rs.eof then ShowError("点歌不存在")
%>
<head>
<title><%=Sitename%>-点歌台-※<%=rs("songname")%>※</title>
<LINK href="css.css" type=text/css rel=stylesheet>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<BODY bgColor=#CCCCCC leftMargin=0 topMargin=0 oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
<SCRIPT>
//
function rf()
{return false; }
document.oncontextmenu = rf
function keydown()
{if(event.ctrlKey ==true || event.keyCode ==93 || event.shiftKey ==true){return false;} }
document.onkeydown =keydown
function drag()
{return false;}
document.ondragstart=drag
function stopmouse(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false; }
document.onmousedown=stopmouse;
if (document.layers)
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=stopmouse;
</SCRIPT>
<TABLE align="center" cellpadding="0" cellspacing="0" width=400 border=0>
<TBODY>
<TR>
<TD><img src="skins/1/bofang/top.gif" width="400" height="39"></TD>
</TR>
<TR>
<TD background="skins/1/bofang/bg1.gif">
<TABLE cellSpacing=0 cellPadding=3 width="96%" align=center border=0>
<TBODY>
<TR>
<TD width="28%">
<TABLE cellSpacing=0 cellPadding=3 width="90%" align=center
border=0>
<TBODY>
<TR>
<TD><a target="_blank" href="http://www.yvsy.com"><img height=14
src="skins/1/bofang/wzzy.gif"
width=73 border=0></a></TD>
</TR>
<TR>
<TD><a href="http://mp3.baidu.com/m?tn=baidump3lyric&ct=150994944&rn=10&word=<%=rs("songname")%>" target=_blank"><img height=14
src="skins/1/bofang/ckgc.gif"
width=73 border=0></a></TD>
</TR>
<TR>
<TD><a href="http://mp3.baidu.com/m?tn=baidump3&ct=134217728&rn=&word=<%=rs("songname")%>" target=_blank"><img height=14
src="skins/1/bofang/gqxz.gif"
width=73 border=0></a></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD width="72%">
<TABLE cellSpacing=0 cellPadding=0 width=273 border=0>
<TBODY>
<TR>
<TD><IMG height=10
src="skins/1/bofang/w_top.gif"
width=273></TD>
</TR>
<TR>
<TD
background="skins/1/bofang/w_bg.gif">
<TABLE cellSpacing=0 cellPadding=0 width="94%" align=center
border=0>
<TBODY>
<TR>
<TD height=24>歌名:<font color="#FF0000"><%=rs("songname")%></font></TD>
</TR>
<TR>
<TD height=20><table width="100%" border="0" cellpadding="0" cellspacing="0" class="border">
<tr>
<td><marquee scrollamount='1' scrolldelay='15' behavior='loop' onmouseover='this.stop()' onmouseout='this.start()'><%=obj.getname(rs("userid"),1,SiteDatabase)%>对<%=rs("accept")%>:<%=Replace(rs("meg"),"<BR>","")%></marquee></td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD><IMG height=6
src="skins/1/bofang/w_foot.gif"
width=273></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=right><IMG height=90 src="skins/1/bofang/p_lift.gif" width=5></TD>
<TD width=375>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD
background="skins/1/bofang/p_top.gif"
height=5><IMG height=5
src="skins/1/bofang/p_top.gif"
width=2></TD></TR>
<tr>
<td align=center><%=obj.Getpath(rs("songname"))%>
</td>
</TR>
<TR>
<TD
background="skins/1/bofang/p_foot.gif"
height=4><IMG height=4
src="skins/1/bofang/p_foot.gif"
width=1></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD><IMG height="90" src="skins/1/bofang/p_right.gif" width=5></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD><IMG height=14
src="skins/1/bofang/foot.gif"
width=400></TD>
</TR>
</TBODY>
</TABLE>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -