PDA

View Full Version : IP tracking


malcom
10-12-2002, 01:51 PM
Hi,

Maybe not a good place to ask but can anyone help me with a simple but good working script that's display's the ip adres of a visitor to a site, the scripts i found don't seem to work, most my visitor's use IE 5.0 and above.

Thanks

mordred
10-12-2002, 03:48 PM
JavaScript can't get the user's IP on it's own. You need another language to do this (SSI, Perl, PHP, Java.... whatever) and use javascript only for arranging the display (like writing the IP number in bold red letters). So first check which language your host supports and ask then in the appropriate forums.