1.asp 中关于提交提交表单后在同一个页面中显示添加内容的提提交代码
asp 中关于提交提交表单后在同一个页面中显示添加内容的代码
from 上写 本页?action=add 提交个变量
if request("action")="add" then
值=request("表单内容") 从表单接收的
......
set rs=server.createobject("adodb.recordset")
rs.open "select * from 表",conn,1,1
rs.addnew
rs("数据库对应字段")=值
rs.update
rs.close
response.write"<script language=javascript>alert('添加成功');location.href='你要返回的页面';</script>"
response.end()
end if
----------------------------------------------------
还有一种添加写法。
conn.execute("insert into Mem_money(mon_date,交表avi源码mon_memo,mon_money,mon_point,mon_own,mon_qb) values('"&now&"','用户"&rs("username")&"成交从"&rs("qfwz_city")&"到"&rs("qdwz_city")&"的国内机票',"&rs("zonge")&","&rs("zonge")&",'"&rs("username")&"',0)")
这个你看你想用哪一种。
单源heywhale怎么下载源码