Page is a not externally linkable
Xoc - 10:28 pm on Mar 29, 2001 (gmt 0)
<%
Wow! Good info. I, too, was thinking about how to measure pages that users balked from. In ASP, there is something you can put into your scripts at the bottom of the page to see if your customer is still there. I haven't really tried it, but it should work.
If Not Response.IsClientConnected() Then
'Log a page that they didn't wait for here
End If
%>