当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP IsClientConnected 属性

ASP
ASP 介绍
ASP Install
ASP 语法
ASP 变量
ASP Procedures
ASP Forms
ASP Cookies
ASP Session
ASP Application
ASP #include
ASP Global.asa
ASP Send e-mail
ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error
ASP FileSystem
ASP TextStream

ASP IsClientConnected 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 356 ::
收藏到网摘: n/a

The IsClientConnected property indicates if the client has disconnected from the server.
IsClientConnected(用户是否保持连接)属性是用来监测用户是否还和服务器保持连接。

Syntax
语法

response.IsClientConnected

Examples
描述

<%
If response.IsClientConnected=true then response.write("The user is still connected!")
else response.write("The user is not connected!")
end if
%>

评论 (0) All

登陆 | 还没注册?