PDA

View Full Version : Javascript prog


coolboy
06-27-2006, 07:18 AM
How can i create a javascript which writes the ip address of People who visited to my site in a file name ip.txt....

RysChwith
06-27-2006, 09:21 AM
You can't. JavaScript isn't able to write files. You'd need to use PHP or ASP (or another server-side language) to accomplish this.

Rys