<!DOCTYPE html><html><body> <%If Response.IsClientConnected=true thenResponse.Write("The user is still connected!")elseResponse.Write("The user is not connected!")end if%> </body></html>