一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

用文本+ASP打造新闻发布系统(五)新闻修改

时间:2008-01-18 编辑:简简单单 来源:一聚教程网

'#######news_update.asp

T ID=clientEventHandlersJS LANGUAGE=javascript>


<% dim myid
myid=Request.QueryString ("id")
if len(myid)=0 then
Response.Write "没有该新闻"
Response.End
end if
    dim myfso,myread,mytext,newscontent
        '#######打开对应的新闻内容文件,并读取用变量存储
    set myfso=createobject("scripting.filesystemobject")
    if    myfso.FileExists (server.mappath("./news_content/"&myid&".txt")) then
        set myread=myfso.opentextfile(server.mappath("./news_content/"&myid&".txt"),1,0)
    

热门栏目