[QUOTE] '文章ID
NewsID = Replace(Replace(Replace(Replace(Replace(Replace(Replace(Now(), "-", ""), " ", ""), ":", ""), "PM", ""), "AM", ""), "上午", ""), "下午", "") & KSCMS.MakeRandom(3)
Page = KSCMS.G("Page")
DisplayMode = KSCMS.G("DisplayMode")
Action = Replace(Replace(KSCMS.G("Action"), """", ""), "'", "") 'Add添加新文章 Edit编辑文章
TitleType = Replace(Replace(KSCMS.G("TitleType"), """", ""), "'", "")
Title = Replace(Replace(Trim(KSCMS.G("Title")), "'", ""), """", "")
TitleFontColor = Trim(KSCMS.G("TitleFontColor"))
TitleFontType = Trim(KSCMS.G("TitleFontType"))
Subtitle = Replace(Replace(Trim(KSCMS.G("SubTitle")), "'", ""), """", "")
'Content = Trim(KSCMS.G("Content"))
Content = Trim(Replace(Request.Form("Content"), "'", ""))
Hits = KSCMS.G("Hits")
If Hits = "" Then Hits = 0
ShowComment = Trim(KSCMS.G("ShowComment"))
If ShowComment = "" Then ShowComment = 0
PicNews = Trim(KSCMS.G("PicNews"))
If PicNews = "" Then PicNews = 0
[/QUOTE]
怎么改,我用的是科汛CMS2006 SP1无组件精装版(已打4-12号补丁)
[此贴子已经被作者于2006-4-29 19:46:29编辑过]