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

📄 xh_add.asp

📁 DWMX+ACCESS打造企业新闻系统源代码没有密码大家随便下
💻 ASP
字号:
<!--#include file="xh_conn.asp"-->
<%
dim xianhe
xianhe=session("xianhe")
if xianhe="" then
response.redirect "xh_login.asp"
end if
%>
<%
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>e人网络管理页面</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>
<p align="center"><font color="#FFFFFF"><a href="xh_write.asp">添加新闻</a> </font><a href="xh_loginout.asp">退出管理</a></p>
<table width="666" border="0" align="center" cellpadding="5" cellspacing="0">
  <tr align="center" bgcolor="#006699"> 
    <td colspan="5"><font color="#FFFFFF">新 闻 管 理 页 面</font></td>
  </tr>
  <tr align="center"> 
    <td width="80"><font color="#FF0000">新闻ID</font></td>
    <td width="266"><font color="#FF0000">新闻标题</font></td>
    <td width="143"><font color="#FF0000">录入时间</font></td>
    <td width="62"><font color="#FF0000">编辑</font></td>
    <td width="63"><font color="#FF0000">删除</font></td>
  </tr>
  <%do while not rs.eof%>
  <tr> 
    <td align="center"><%=rs("id")%></td>
    <td><a href=../xh_look.asp?id=<%=rs("id")%> target="_blank"><%=rs("title")%></a></td>
    <td><%=rs("xhtime")%></td>
    <td align="center"><a href="xh_edit.asp?id=<%=rs("id")%>">编辑</a></td>
    <td align="center"><a href="xh_del.asp?id=<%=rs("id")%>">删除</a></td>
  </tr>
  <%
  rs.movenext
  loop
  %>
</table>
<br>
<!--#include file="../xh_wei.asp"-->
</body>
</html>

⌨️ 快捷键说明

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