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

手机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. <wml><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <head>
  14. <meta http-equiv="Cache-Control" content="no-Cache"/>
  15. <meta http-equiv="Cache-Control" content="max-age=0"/>
  16. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  17. </head>
  18. <%
  19. id=usb(request("id"))
  20. set rss=Server.CreateObject("ADODB.Recordset")
  21. rsppls="select * from wap_lm where id="&id
  22. rss.open rsppls,conn,1,2
  23. if rss.eof then 
  24. response.write("<card id='main' title='出错了' ><p>无此栏目<br/><a href='index.asp'>回到首页</a>")
  25. else
  26. nnn=rss("nxn")
  27. wwww=rss("txt")
  28. mmpb=rss("dq")
  29. if mmpb="" then mmpb="left"
  30. mmmm=rss("mm")
  31. %>
  32. <card id="main" title="<%=ubb(nnn)%>" >
  33. <p align="<%=ubb(mmpb)%>">
  34. <%=wwww%>
  35. <%end if%><br/>
  36. <!--#include file="w.asp"-->
  37. </p></card></wml>