⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sj_save_edit.asp

📁 asp+access开发的网上购物程序
💻 ASP
字号:
<%@ codepage ="936" %><!--#include file="../../conn/dbconn2.asp"--><%dim shownamedim ppxhdim jgsmdim mmfxdim perioddim contentdim linkmandim companydim addressdim emaildim phonedim faxdim postcodedim webdim citydim countrydim rsdim sql dim info_idinfo_id=request("info_id")showname=request("showname")jgsm=request("jgsm")ppxh=request("ppxh")mmfx=request("type")period=request("period")content=request("content")linkman=request("linkman")company=request("company")address=request("address")email=request("email")phone=request("phone")country=request("country")if trim(request("postcode"))="" thenpost="空"elsepost=request("postcode")end ifif trim(request.form("fax"))="" thenfax="空"elsefax=request.form("fax")end ifif trim(request.form("web"))="" thenweb="空"elseweb=request.form("web")end ifif trim(request("email"))="" thenemail="空"elseemail=request("email")end if city=request.form("city")set rs=server.createobject("adodb.recordset")sql="select * from info where info_id="&info_idrs.open sql,conn,1,3rs("showname")=shownamers("jgsm")=jgsmrs("ppxh")=ppxhrs("type")=mmfxrs("period")=periodrs("content")=contentrs("linkman")=linkmanrs("company")=companyrs("address")=addressrs("mail")=emailrs("phone")=phoners("fax")=faxrs("postcode")=postrs("country")=countryrs("web")=webrs("city")=cityrs("dateandtime")=date()rs.updaters.closeset rs=notingconn.closeset conn=nothingresponse.redirect "sj_edit.asp"%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -