ASP IsClientConnected 屬性
asp isclientconnected 屬性

isclientconnected 屬性指示出客戶機(jī)是否已與服務(wù)器斷開連接。
語法
response.isclientconnected
實(shí)例
<%
if response.isclientconnected=true then
response.write("the user is still connected!")
else
response.write("the user is not connected!")
end if
%>
if response.isclientconnected=true then
response.write("the user is still connected!")
else
response.write("the user is not connected!")
end if
%>

相關(guān)文章
- ASP 程序
- ASP Session 對(duì)象
- ASP Folder 對(duì)象
- ASP Dictionary 對(duì)象
- ASP ReadAll 方法
- ASP Attributes 屬性
- ASP Name 屬性
- ASP ShortName 屬性
- ASP ShortPath 屬性
- ASP Key 屬性
- ASP Buffer 屬性
- ASP IsClientConnected 屬性
- ASP Pics 屬性
- ASP ServerVariables 集合
- ASP ASPError 對(duì)象的屬性
- ASP BuildPath 方法
- ASP GetAbsolutePathName 方法
- ASP GetDrive 方法
- ASP GetFile 方法
- ASP MoveFile 方法