tj_tx.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  5. <!--#include file="conn.inc"-->
  6. <!--#include file="cnscu_sb.asp"-->
  7. <wml><%
  8. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <head>
  15. <meta http-equiv="Cache-Control" content="no-Cache"/>
  16. <meta http-equiv="Cache-Control" content="max-age=0"/>
  17. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  18. </head>
  19. <card id="main" title="添加头像" >
  20. <p>
  21. <%id=dlubb(request("id"))
  22. cz=dlubb(request("cz"))
  23. xb=dlubb(request("xb"))
  24. if xb="" then xb="1"
  25. cw=dlubb(request("cw"))
  26. nam=dlubb(request("nam"))%>
  27. <%if cw="1" then%>
  28. 头像说明不能为空<br/>
  29. <%elseif cw="2" then%>
  30. 头像地址不能为空<br/>
  31. <%elseif cw="3" then%>
  32. 库中已经有该头像地址了<br/>
  33. <%end if%>
  34. <%if cz="" then%>
  35. 所属类别:<select name='lb' value='<%=xb%>'><br/>
  36. <option value="1">男性</option>
  37. <option value="2">女性</option>
  38. <option value="3">保密</option>
  39. </select><br/>
  40. 头像地址:<input name='dd"' title='头像地址' value=''/><br/>
  41. 头像说明:<input name='sm"' title='头像说明' value=''/><br/>
  42. 头像价格:<input name='jq"' title='头像价格' value='0'/><br/>
  43. <anchor>确认添加<go href='tj_tx.asp?sb=<%=sb%>&amp;xb=<%=xb%>&amp;fs=<%=fs%>&amp;cz=1' method='post' accept-charset='utf-8'>
  44. <postfield name='sm' value='$(sm)'/>
  45. <postfield name='dd' value='$(dd)'/>
  46. <postfield name='jq' value='$(jq)'/>
  47. <postfield name='lb' value='$(lb)'/>
  48. </go></anchor><br/>
  49. <%elseif cz="1" then%>
  50. <%dd=usb(request("dd"))
  51. sm=usb(request("sm"))
  52. xb=usb(request("xb"))
  53. lb=usb(request("lb"))
  54. jq=usb(request("jq"))
  55. '----识别错误并跳转-----
  56. if sm="" then response.redirect "tj_tx.asp?sb="&sb&"&cw=1&ok="&lx&""
  57. if dd="" then response.redirect "tj_tx.asp?sb="&sb&"&cw=2&ok="&lx&""
  58. '---开始增加----
  59. set rs=Server.CreateObject("ADODB.Recordset")
  60. rspl="select * from lttx order by id asc"
  61. rs.open rspl,conn,1,2
  62. if dd=rs("tou") then response.redirect "tj_tx.asp?sb="&sb&"&cw=3&ok="&lx&""
  63. rs.addnew
  64. if dd<>"" then rs("tou")=dd
  65. if sm<>"" then rs("sm")=sm
  66. if jq<>"" then rs("jq")=jq
  67. if lb<>"" then rs("lb")=lb
  68. rs.update
  69. '---关闭数据----
  70. rs.close
  71. set rs=nothing%>
  72. 添加成功。。。<br/>
  73. <a href="tj_tx.asp?xb=<%=xb%>&amp;sb=<%=sb%>">继续添加</a><br/>
  74. <%end if%>
  75. ----------<br/>
  76. <a href="txgl.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回头像管理</a><br/>
  77. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  78. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  79. 报时:<%=time%>
  80. </p></card></wml>