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

ASP
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP 摘要
ASP 实例

ASP IsClientConnected 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 357 ::
收藏到网摘: 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

登陆 | 还没注册?