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

📄 xinwenopen.asp

📁 这是一个关于汽车销售集团的网站
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=DataBase/conn.asp-->
<% '新闻报道
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_News where id="&request("id")&" order by id desc"
rs.open sql,conn,1,1 
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=rs("title")%></title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #efefef;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
-->
</style></head>

<body>
<table width="456"  border="0" align="center">
  <tr>
    <td height="44"><div align="center" class="style1"><%=rs("title")%></div></td>
  </tr>
  <tr>
    <td height="1" bgcolor="#000000"></td>
  </tr>
  <tr>
    <td><div align="right">发布日期:<%=rs("IssueDate")%></div></td>
  </tr>
  <tr>
    <td><%=htmlcode(Rs("content"))%></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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