⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jiem.asp

📁 超炫电台程序开发了两个版本了
💻 ASP
字号:
<!--#include file="Connections/jm.asp" -->
<html>
<head>
<title>网络电台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/radio.css" type="text/css">
<style type="text/css">
<!--
body,td,th {
	font-family: 宋体;
	font-size: 12px;
}
.style1 {font-size: 12px}
body {
	background-color: #F0F0F0;
}
-->
</style><noscript>
<iframe src="jiem.asp"></iframe>
</noscript>
</head>

<body text="#000000" topmargin="0" onConTextMenu="event.returnValue=false">
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/dot.gif">
  <tr>
    <td><table border="0" cellpadding="0" width="100%" style="border-collapse: collapse" class="boby" cellspacing="1">
        <tr bgcolor="7BAEF7">
          <td width="15%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20"><div align="center" class="style1"><font color="#FFFFFF">日期</font></div></td>
          <td width="27%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" align="center" valign="middle"><div align="center" class="style1"><font color="#FFFFFF">时段</font></div></td>
          <td width="34%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20" bgcolor="7BAEF7"><div align="center" class="style1"><font color="#FFFFFF">节目名称</font></div></td>
          <td width="24%" style="color: #333333; font-family: 宋体; font-size: 9pt" height="20"><div align="center" class="style1"><font color="#FFFFFF">主持人</font></div></td>
        </tr>
        <%
sql="select * from playbill order by id desc"
rs.open sql,conn,1,1
while not rs.eof
%>
        <tr bgcolor="#FFFFFF">
          <td width="15%" style="color: #333333; font-family: 宋体; font-size: 9pt" bgcolor="#FF9900" height="20"><div align="center" class="style1"><%=rs("yg")%></div></td>
          <td style="color: #333333; font-family: 宋体; font-size: 9pt" align="center" class="boby" bgcolor="#E0EFF5" ><span class="style1"><%=rs("pbdate")%> </span></td>
          <td style="color: #333333; font-family: 宋体; font-size: 9pt" align="center" class="boby" bgcolor="#E0EFF5"><span class="style1"><%=rs("playbill")%></span></td>
          <td style="color: #333333; font-family: 宋体; font-size: 9pt" align="center" class="boby" bgcolor="#E0EFF5"><span class="style1"><%=rs("njname")%></span></td>
        </tr>
        <%       
rs.movenext
wend
%>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -