| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 717 人关注过本帖
标题:[求助]我提交时为什么恢覆盖原内容
取消只看楼主 加入收藏
sun_life
Rank: 1
等 级:新手上路
帖 子:356
专家分:5
注 册:2006-5-29
结帖率:72.73%
收藏
 问题点数:0 回复次数:3 
[求助]我提交时为什么恢覆盖原内容
我做好的新问题较内容页面!(包括:新闻的标题、发布时间、新闻内容)
当我提交时会覆盖原内容?这是为什么!?
搜索更多相关主题的帖子: 新闻 
2006-05-30 16:31
sun_life
Rank: 1
等 级:新手上路
帖 子:356
专家分:5
注 册:2006-5-29
收藏
得分:0 

用的是addnew


当知道自己后才知道什么是可怕!
2006-05-31 14:13
sun_life
Rank: 1
等 级:新手上路
帖 子:356
专家分:5
注 册:2006-5-29
收藏
得分:0 

<!--#include file="set.asp"-->
<%
if request.Cookies("adminok")=""then
response.Redirect"error.asp"
end if
%>
<%
dim title
dim times
dim texts

title=request.Form("title")
times=request.Form("times")
texts=request.Form("texts")

if title="" then
Response.Write("<script>alert('请输入新闻标题!');history.go(-1)</script>")
Response.End
end if
if texts="" then
Response.Write("<script>alert('请输入新闻内容!');history.go(-1)</script>")
Response.End
end if

ssql="select * from news "
rst.open ssql,cnn,1,3

rst("title")=title
rst("times")=times
rst("texts")=texts

rst.update

rst.close

set rst=nothing

Response.Write("<script>alert('添加成功!');window.location=('admin_news.asp')</script>")

cnn.close

set cnn=nothing
%>


当知道自己后才知道什么是可怕!
2006-05-31 15:17
sun_life
Rank: 1
等 级:新手上路
帖 子:356
专家分:5
注 册:2006-5-29
收藏
得分:0 

谢谢!


当知道自己后才知道什么是可怕!
2006-06-01 08:50
快速回复:[求助]我提交时为什么恢覆盖原内容
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025764 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved