wy_trip_inforupasp.asp
上传用户:hnxqingdao
上传日期:2013-05-22
资源大小:1283k
文件大小:1k
源码类别:

其他行业

开发平台:

ASP/ASPX

  1. <!--#include file="../../wy_trip_inc/wy_trip_fun.inc" -->
  2. <%
  3.     newinfor=request.Form("infor")
  4. inforkind=request.form("hid")
  5. sqlstr="select * from trip_infor"
  6. if(inforkind=1)then
  7.      strname="aboutus"
  8.  alstr="关于我们信息更新 失败!"
  9. else
  10.      strname="statement"
  11.  alstr="旅游是什么信息更新 失败!"
  12. end if
  13. 'return 1 is updata is complete or else false
  14. if(sqlupdata(sqlstr,strname,newinfor)=1) then
  15.        response.redirect("../wy_trip_admin.asp") 
  16. else  
  17.   call systemerror(alstr)
  18. end if
  19. %>