欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP IsClientConnected 屬性

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
%>

response 對象參考手冊