Forum Moderators: DixonJones
Make your web page an ASP file and use this code will show you the IP:
request.servervariables("REMOTE_ADDR")
If you want to display the IP on a web page, you would use <%=request.servervariables("REMOTE_ADDR")%> wherever you want the IP to be visible.