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

📄 wmcms_readnews.asp

📁 完美政府版,正版网站解决方案
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->
<!--#include file="function.asp"-->

<%



'该文件需要进行调整和设置
dim typename
NewsID=Request.QueryString("NewsID")
Page=Request.QueryString("page")

	page=1

		set rs=server.CreateObject("ADODB.RecordSet")

			rs.Source="select * from "& db_News_Table &" where newsid="&newsid
			
			rs.Open rs.Source,conn,1,1
			News_Content=rs("Content")
			rs.Close
			set rs=nothing




			
%>


<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=title%><%if smallclassid<>"" then%>_<%=SmallClassName%><%end if%>_<%=BigClassName%>_<%=typename%>_<%=jjgn%>&#23436;&#32654;&#35774;&#35745;&#32593;&#32476;&#31185;&#25216;&#26377;&#38480;&#20844;&#21496;&#32;&#23436;&#32654;&#25919;&#24220;&#32593;&#31449;&#31649;&#29702;&#31995;&#32479;&#32;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#119;&#109;&#103;&#111;&#118;&#46;&#99;&#110;</title>
<LINK href=news.css rel=stylesheet>
<style type="text/css">
.newstitle  {COLOR: #000000; FONT-FAMILY:"Verdana, Arial, 宋体"; FONT-SIZE: 14px;line-height:1.5}
</style>

</head>

<body topmargin="0" marginheight="0">

<table width="570" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">

	<tr valign="top"> 
		<td > 

          					

<%
arr_Content=split(News_Content,"[---分页---]")
MaxPages=1
%>

<%
	if cINT(wzdj)<1 then
		Response.Write arr_Content(Page-1)%>
	<%end if%>
		</td>
	</tr>

</table>

</body>
</html>

<%
conn.close
set conn=nothing
%> 

⌨️ 快捷键说明

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