yd_lc.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html>
- <!--#include file="admin_sb.asp"-->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head><body><body bgcolor="#fcefff">
- <%
- id=usb(request("id"))
- iid=usb(request("iid"))
- yid=usb(request("yid"))
- zyid=usb(request("zyid"))
- cnscu=usb(request("cnscu"))
- %>
- <%
- sql="update wap_lm set did="&iid&" where cstr(id)="&id
- conn.Execute(sql)
- %>
- 转移成功!<br/>
- </table>
- </body>
- </html>