Categories

get the host address

get the host address

get the host address

<%
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("Host Address is " & Request.UserHostAddress.ToString & "<br>")
%>

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.