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

📄 index.asp

📁 DWMX+ACCESS打造企业新闻系统源代码没有密码大家随便下
💻 ASP
字号:
<!--#include file="conn.asp"-->

<%
sql="select * from erennew order by id desc"
set rs=db.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻显示页面</title>
<style type="text/css">
<!--
table {
	font-size: 9pt;
	text-decoration: none;
	border: 1px solid #000000;
}
-->
</style>
<style type="text/css">
<!--
a {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
-->
</style>
</head>

<body>
<table width="598" border="0" align="center" cellpadding="5" cellspacing="0">
  <tr align="center" bgcolor="#006699"> 
    <td><font color="#FFFFFF">新 闻 显 示 页 面</font></td>
  </tr>
  <%do while not rs.eof%>
  <tr> 
    <td height="28" align="left">&nbsp;&nbsp;<img src="images/page.gif" width="12" height="14">&nbsp;<a href=xh_look.asp?id=<%=rs("id")%> target="_blank"><%=rs("title")%></a>&nbsp;&nbsp;(<font color="#006699"><%=rs("xhtime")%>发表</font>) <font color="#006699">&nbsp;浏览过<%=rs("xhcount")%>次</font></td>
  </tr>
  <%
  rs.movenext
  loop
  %>
</table>
<div align="center"><br>
  <a href="admin/xh_login.asp">管理入口</a><br>
  <br><!--#include file="xh_wei.asp"-->
</div>
</body>
</html>

⌨️ 快捷键说明

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