📄 playbill.asp
字号:
<!--#include file="../Connections/dns.asp" -->
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
TD {
FONT-SIZE: 12px; LINE-HEIGHT: 150%; FONT-FAMILY: "Verdana", "宋体", "Tahoma"}
A {
COLOR: #ff6600; TEXT-DECORATION: none
}
A:hover {
COLOR: #000000; TEXT-DECORATION: none
}
BODY {
SCROLLBAR-FACE-COLOR: #f5f5f5;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
SCROLLBAR-ARROW-COLOR: #CCCCCC;
SCROLLBAR-TRACK-COLOR: #f5f5f5;
SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
background-color: #F0F0F0;
}
</style>
</head>
<body text="#000000" onConTextMenu="event.returnValue=false">
<font color="#f5f5f5"></font>
<table align=center border=0 cellpadding=0 cellspacing=0 width="100%">
<tbody>
<tr height=35 align="center">
<td width="27%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" align="center" valign="middle" class="boby">
<div align="center"><font color="#FF6600">时段</font></div>
</td>
<td width="34%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" class="boby">
<div align="center"><font color="#FF6600">节目名称</font></div>
</td>
<td width="24%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" class="boby">
<div align="center"><font color="#FF6600">主持人</font></div>
</td>
</tr>
<tr align="center">
<td background=../Images/dot.gif colspan=4 height=1></td>
</tr>
<% sql="select * from playbill where datediff('d',pbtime,now)=0"
rs.open sql,conn,1,1
while not rs.eof
response.write("<table cellspacing=1 cellpadding=0 width=100% border=0>")
response.write("<tr bgcolor=#ffffff height=35>")
response.write("<td align=center style='color: #333333; font-family: 宋体; font-size: 9pt' height='20' width='27%' class='boby'>"&rs("pbdate")&"</td>")
response.write("<td align=center style='color: #333333; font-family: 宋体; font-size: 9pt' height='20' width='34%' class='boby'>"&rs("playbill")&"</td>")
response.write("<td align=center style='color: #333333; font-family: 宋体; font-size: 9pt' height='20' width='24%' class='boby'>"&rs("njname")&"</td>")
response.write("</tr></table></table><TR><td background=../Images/dot.gif height=1></td></TR>")
response.write("<table cellspacing=1 cellpadding=0 width=100% border=0>")
response.write("<tr><td background=../Images/dot.gif height=1></td></tr>")
response.write("</table>")
rs.movenext
wend
%>
</tbody>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -