【belinda 源码】【红蓝变色公式源码】【同花顺板块指数公式源码】asp提交表单源码_asp表单提交数据

2024-11-15 00:42:12 来源:tg协议登陆源码 分类:热点

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,交表belinda 源码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)")

       这个你看你想用哪一种。

单源红蓝变色公式源码

本文地址:http://04.net.cn/html/90b63499275.html 欢迎转发