Najnowsze tutoriale tworzenie stron internetowych
 

ASP IsClientConnected Property


<Object Reference pełna odpowiedź

IsClientConnected właściwość wskazuje, czy klient jest odłączony od serwera.

Składnia

response.IsClientConnected

Przykłady

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

<Object Reference pełna odpowiedź