|
How to display my public IP on my web 1. Add this line above <html> <% Dim BIP BIP = Request.ServerVariables("REMOTE_ADDR") %> 2. Add this line between <bady> Your IP is <%=BIP%> 3. You must use asp. Related Topics |
|
|
|
|
This web is provided "AS IS" with no warranties.
Copyright © 2002-2007
ChicagoTech.net,
All rights reserved. Unauthorized reproduction forbidden.