搜索资源列表
17聊天室
- 在这个综合的实例中,是展示综合利用request、response、session和application等asp的内建对象,是一个具有一定功能的聊天室。可以说是前章简单聊天室的补充,第一是增加了用户登录的功能:用户不能用已经在聊天室注册的用户名或昵称;第二是在线人数统计;第三是可以选择说话的人,该聊天室可以说只是一个雏形,还可以用数据库管理,管理员踢人等许多功能,还需要您加以实现。-the example of this integrated, comprehensive utilizatio
ProductSearch133
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% ProductClass_2=request(\"ProductClass_2\") set rs=server.createobject(\"adodb.recordset\") sqltext=\"select * from Product\" if request(\"Product_N
Reg_User_22
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\"--> <% set rs=server.createobject(\"adodb.recordset\") sqltext=\"select * from RegUser where UserId= \" & request.form(\"uid\") & \" \" rs.open sqltext,co
PayMentDetail24
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% Id=Session(\"LoginSuccess\") ProductList = Session(\"ProductList\") Products = Split(Request(\"cpbm\"), \", \") For I=0 To UBound(Products) PutToShopBag
OrderListFind22
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% Id=Session(\"LoginSuccess\") ProductList = Session(\"ProductList\") Products = Split(Request(\"cpbm\"), \", \") For I=0 To UBound(Products) PutToShopBag
wpxt
- 免费淘宝全套旺铺装修模板系统 v2.0 详细介绍 升级说明 添加了产品使用说明 应广大网友要求,我们设计了63套淘宝旺铺装修模板,实际价值18900多元,现在彻底免费提供给大家,并开发了一智能套系统,方便大家使用,即使是新手也能迅速上手;彻底帮助广大网友解决店铺装修的难题。让大家在网上开店创业的时候,减少成本! 你甚至可以把这个模板拿去买,因为做得太漂亮了,不比市面上出售的差,甚至比他们好看! 测试地址:http://zx.buykai
