App下载

demo_isclientconnected 在线工具

demo_isclientconnected 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
If Response.IsClientConnected=true then
Response.Write("The user is still connected!")
else
Response.Write("The user is not connected!")
end if
%></FONT>

</body>
</html>
运行结果