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

📄 save_info.asp

📁 asp+access开发的网上购物程序
💻 ASP
字号:
<%@ codepage ="936" %><!--#include file="../../conn/dbconn2.asp"--><!--#include file="../../inc/config.asp"--><%dim bighydim lithydim shownamedim jgsmdim mmfxdim perioddim contentdim linkmandim addressdim emaildim phonedim faxdim postcodedim webdim citydim countrydim rsdim sql bighy=request("bighy")lithy=request("lithy")showname=request("showname")jgsm=request("jgsm")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 ifcity=request.form("city")set rs=server.createobject("adodb.recordset")sql="select * from info where company='"&request("company")&"'and showname='"&request("showname")&"'" rs.open sql,conn,1,3if not rs.eof thenresponse.write"<SCRIPT language=JavaScript>alert('对不起,您已经提交过此信息!');"response.write"javascript:history.go(-1)</SCRIPT>"response.end elsers.addnewrs("sortid")=bighyrs("typeid")=lithyrs("showname")=shownamers("jgsm")=jgsmrs("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("gsid")=session("id")rs("dateandtime")=date()rs.updaters.closeset rs=notingconn.closeset conn=nothing%><%end if%><head><STYLE type=text/css>TD {COLOR: #000; FONT-FAMILY: 宋体; FONT-SIZE: 12px}.GR {COLOR: #666}</STYLE></head><meta HTTP-EQUIV=refresh Content='1;url=sj_edit.asp#a'><BODY text=#000000 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"><table border="0" cellspacing="0" width="100%" cellpadding="0" height="418" style="border-collapse: collapse" bordercolor="#111111"><tr><td width="100%" height="418" valign="middle" align="center"><IMG src="../../pict/success.gif"><br><br><br><font color="#000000" class=f12 style="font-size: 10.5pt"><b>恭喜您,您的信息已经发布成功!<a href="sj_edit.asp#a"><font color="#FF6600">返回</font></a></b></font><p> </td></tr></table>

⌨️ 快捷键说明

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