space line
space line
space line
space line
space line
您现在的位置是: 整站程序>>

Pweb首页显示最新文章

发布日期 2007-7-22 13:17:11
作者 shemily
出处 重用网
浏览次数 ...
演示地址 暂无
授权网站下载 暂无
本地下载
下载地址 我要留言
space line
程序介绍
在PWeb 1.7 oc版(ASP简单个人、企业网站)的首页default.asp代码底部添加如下代码,就可以在首页显示最新发表的文章了
space line
使用说明

default.asp代码的底部,</html>之后,<script...>JS代码之前,添加如下代码,就可以在首页显示最新发表的文章了:

<%
on error resume next
dim conn,rs,sql
set conn=getConn()
set rs=getRs()
sql="select top 1 * from articles order by [id] desc"
rs.open sql,conn,1,1

if not rs.bof and not rs.eof then
 Index_articID = rs("id")
end if
rs.close
conn.close
set rs=nothing
set conn=nothing
%>


-------------------------------
www.oncecode.com
重用网,坚持重用!
space line
space line
space line
space line
space line
赞助商提供
space line
space line