Using ASP to place a visitor's IP address when they View Source
CustomFit
10:35 pm on Nov 4, 2003 (gmt 0)
Hi, anyone have any pointers on using ASP to embed a visitors IP address with a small text message, such as, "Hello Visitor from IP/Reverse DNS" when they view source?
Thanks in advance.
mattglet
11:24 pm on Nov 4, 2003 (gmt 0)
<%response.write("Hello Visitor from " & request.servervariables("REMOTE_ADDR") & ")%>