wy_trip_inforupasp.asp
资源名称:lyxxgl.rar [点击查看]
上传用户:hnxqingdao
上传日期:2013-05-22
资源大小:1283k
文件大小:1k
源码类别:
其他行业
开发平台:
ASP/ASPX
- <!--#include file="../../wy_trip_inc/wy_trip_fun.inc" -->
- <%
- newinfor=request.Form("infor")
- inforkind=request.form("hid")
- sqlstr="select * from trip_infor"
- if(inforkind=1)then
- strname="aboutus"
- alstr="关于我们信息更新 失败!"
- else
- strname="statement"
- alstr="旅游是什么信息更新 失败!"
- end if
- 'return 1 is updata is complete or else false
- if(sqlupdata(sqlstr,strname,newinfor)=1) then
- response.redirect("../wy_trip_admin.asp")
- else
- call systemerror(alstr)
- end if
- %>