×
ASP 教程ASP 简介ASP 安装ASP 语法ASP 变量ASP 程序ASP 表单ASP CookiesASP SessionASP ApplicationASP #includeASP Global.asaASP 发送电子邮件

ASP 对象

ASP ResponseASP RequestASP ApplicationASP SessionASP ServerASP ErrorASP FileSystemASP TextStreamASP DriveASP FileASP FolderASP DictionaryASP ADO

ASP 组件

ASP AdRotatorASP BrowserCapASP Content LinkingASP Content Rotator

ASP 与 AJAX

AJAX 简介AJAX ASPAJAX 数据库

ASP 总结 & 实例

ASP 快速参考ASP 总结ASP 实例

ASP IsClientConnected 属性


ASP Response 对象ASP Response 对象


IsClientConnected 属性指示出客户机是否已与服务器断开连接。

语法

response.IsClientConnected

实例

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

ASP Response 对象ASP Response 对象


分类导航

关注微信下载离线手册

bootwiki移动版 bootwiki
(群号:472910771)