📄 movie.asp
字号:
<!--#include file="articleconn.asp"-->
<html>
<head>
<title>movie</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#EFEFEF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<marquee direction=up TrueSpeed scrollamount=1 scrolldelay=40 height=160 onMouseOut=this.start(); onMouseOver=this.stop(); width=180 border="0">
<table width="180" border="0" cellspacing="0" cellpadding="0" align="center" height="160">
<tr> <td height="160"> <font color="#999900"> <font color="#FF6600"> <font color="#666666">
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql ="Select top 20 * From data Order By id DESC"
RS.open sql,Conn,2,2
do while not rs.eof
%> </font></font></font> <div align="center" title=<%=rs("myname")%>说<%=rs("message")%>><font color="#666666" >·<%=rs("myname")%>为<%=rs("toname")%>点歌。<br>
<%
RS.MoveNext
Loop
rs.close
%> </font> </div></td></tr> </table><br> </marquee>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -