Dienstag, 6. September 2011

To Get And Show The Ip Via Javascript

To Get And Show The Ip Via Javascript

To show the ip via JavaScript


var ip= '';
document.write("Your IP Address is :"+ip+" ");
________________________________________________________________________________
__________________
To show IP via ASP


request.ServerVariables("REMOTE_ADDR")
________________________________________________________________________________
__________________
TO SHOW IP VIA PHP

Keine Kommentare:

Kommentar veröffentlichen