【avi源码】【heywhale怎么下载源码】【abv指标源码公式】asp提交表单源码_asp表单提交数据

时间:2024-11-09 04:46:47 编辑:双鸭山排课管理系统源码 来源:c 物业源码

1.asp 中关于提交提交表单后在同一个页面中显示添加内容的提提交代码

asp提交表单源码_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怎么下载源码