📄 123.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
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" onConTextMenu="event.returnValue=false">
<font color="#f5f5f5"></font>
<table align=center border=0 cellpadding=0 cellspacing=0 width="100%">
<tbody>
<tr bgcolor=#ffffff height=35 align="center">
<td width="27%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" align="center" valign="middle" bgcolor="#E0EFF5" class="boby">
<div align="center">时段</div>
<font color="#314342"></font></td>
<td width="34%" bgcolor="#E0EFF5" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" class="boby">
<div align="center">节目名称</div>
</td>
<td width="24%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" bgcolor="#E0EFF5" class="boby">
<div align="center">主持人</div>
</td>
</tr>
<tr bgcolor=#ffffff align="center">
<td bgcolor=#cccccc colspan=4 height=1></td>
</tr>
<% sql="select * from playbill where datediff('d',pbdate,now)=0"
rs.open sql,conn,1,1
while not rs.eof
response.write("<tbody>")
response.write("<tr bgcolor=#ffffff height=35>")
response.write("<td align=center style='color: #333333; font-family: 宋体; font-size: 9pt' height='20' class='boby'>"&rs("pbdate")&"</td>")
response.write("<td align=center style='color: #333333; font-family: 宋体; font-size: 9pt' height='20' class='boby'>"&rs("playbill")&"</td>")
response.write("<td align=center style='color: #333333; font-family: 宋体; font-size: 9pt' height='20' class='boby'>"&rs("njname")&"</td>")
response.write("<TR bgColor=#ffffff><TD align=middle bgColor=#ffffff colSpan=4 height=1></TD></TR>")
response.write("</tr></tbody>")
rs.movenext
wend
%>
</tbody>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -