%
if session("key")>"2" then
response.write ""
response.end
end if
'==========================================
'
' supercms新闻文章内容管理系统 v 1.0
'
' 官方网址:http://www.supercms.cn
' www.supercms.net
'
'==========================================
'程序名称: supercms新闻文章内容管理系统
'英文名称:super content management system
'作 者: 创意小子
'联系 q q: 77801933
'
'程序创建时间:2005-6-10
'程序完成时间:2005-8-1
'==========================================
'请尊重作者版权不要删除以上信息
'
'力争做国内最好最实用的开源网站内容管理系统
'
'特别感谢玄鸟科技提供的大力支持
' http://www.superbtec.com
'==========================================
%>
发布文章_supercms文章管理系统--力争做国内最好最实用的文章管理系统!
修 改 文 章
<%
dim sqlcms
dim rscms
sqlcms="select * from article where newsid="&request("id")
set rscms=server.createobject("adodb.recordset")
rscms.open sqlcms,conn,1,1
%>
<%
rst.close
set rst=nothing
rstype.close
set rstype=nothing
rss.close
set rss=nothing
rscms.close
set rscms=nothing
conn.close
set conn=nothing
%>