网站开发与移动开发

博客园 首页 新随笔 管理

2008年8月25日 #

摘要: <divid="chatlog"style="border:1pxsolidblack;padding:5px;height:115px;overflow:auto;"></div>http://www.corange.cn/archives/2008/02/238.html 阅读全文
posted @ 2008-08-25 09:55 txf2004 阅读(179) 评论(0) 推荐(0)

摘要: 同一个用户不允许同时登陆两次实现办法一、 登陆页login.asp: <% ifrequest.Form.count>0then session("username")=request("username") application(session("username"))=session.SessionID response.Redirect("index.asp") endif %> <formmethod=postaction=""> <inputtyp 阅读全文
posted @ 2008-08-25 09:47 txf2004 阅读(164) 评论(0) 推荐(0)