This example will display the user agent. In other words information about the browser
display the user agent
<%
If Not Request.UrlReferrer Is Nothing Then
Response.Write("Referrer : " & Request.UrlReferrer.ToString() & "<br>")
Else
Response.Write("Referrer : no referrer<br>")
End If
Response.Write("User Agent : " & Request.UserAgent() & "<br>")
%>
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
























