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

📄 save_info.asp

📁 asp+access开发的网上购物程序
💻 ASP
字号:
<%@ codepage ="936" %><!--#include file="../../conn/dbconn2.asp"--><%dim bighydim lithydim shownamedim zrsdim mmfxdim perioddim contentdim linkmandim addressdim emaildim phonedim faxdim postcodedim webdim citydim xsdim countrydim rsdim sql bighy=request("bighy")lithy=request("lithy")showname=request("showname")zrs=request("zrs")xs=request("xs")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 job where (info_id is null)" rs.open sql,conn,1,3rs.addnewrs("sortid")=bighyrs("typeid")=lithyrs("showname")=shownamers("zrs")=zrsrs("xs")=xsrs("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%><head><STYLE type=text/css>TD {COLOR: #000; FONT-FAMILY: 宋体; FONT-SIZE: 12px}.GR {COLOR: #666}</STYLE></head><meta HTTP-EQUIV=refresh Content='0;url=job_edit.asp#a'><BODY text=#000000 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"><p align="center"> </p><p align="center"> </p><p align="center"><IMG src="../../pict/success.gif"><br><br><br><font color="#000000" class=f12 style="font-size: 10.5pt"><b>恭喜您,您的招聘已经发布成功!<a href="job_edit.asp#a"><font color="#FF6600">返回</font></a></b></font></p><p align="center"> </p>

⌨️ 快捷键说明

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