龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > asp编程 >

asp IsClientConnected 的作用

时间:2012-12-31 22:56来源:未知 作者:admin 点击:
分享到:

IsClientConnected 的作用是判断否现在与数据库连接的

<html>
<body>

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

</body>
</html>
输出为

The user is still connected!


精彩图集

赞助商链接