Wapls_down.asp
资源名称:7.rar [点击查看]
上传用户:lfyh0123
上传日期:2020-11-04
资源大小:200k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%
  2. '==================================
  3. '=文 件 名:wapls_down.asp
  4. '=适用版本:蓝色世纪WAP网站管理系统(CMS)V1.1
  5. '=官方版权:http://www.songfr.cn
  6. '=文件功能:网站下部分
  7. '=文件作者:蓝色阳光
  8. '=发行时间:2007-02-01
  9. '==================================
  10. %>
  11. <br/>
  12. 站内搜索引擎<br/>
  13. <input title="手机搜索" type="text" name="keyword" maxlength="20" value=""/><br/>
  14. <select name="postid">
  15. <option value="1">软件</option>
  16. <option value="2">图像</option>
  17. <option value="3">影音</option>
  18. <option value="4">文章</option>
  19. <option value="5">新闻</option>
  20. </select>
  21. <anchor>站内搜索<go method="post" href="search.asp">
  22. <postfield name="keyword" value="$(keyword)"/>
  23. <postfield name="postid" value="$(postid:n)"/>
  24. </go>
  25. </anchor>
  26. <br/>
  27. <%
  28. '========网站的底部说明开始=======
  29. if len(down)>1 then
  30. Response.write ""&outHTM(down)&""
  31. end if
  32. '========网站的底部说明结束=======
  33. %>
  34. </p>
  35. </card>
  36. </wml>