Using JavaScript, how would i save stuff to a text file? Stuff like ip address, browser type, etc...
Printable View
Using JavaScript, how would i save stuff to a text file? Stuff like ip address, browser type, etc...
Do you mean server side JS or client side JS? If you are talking about client side JS you might as well give up. You can't touch files using it, unless you are happy using cookies.
I mean, theres a .txt file in the folder on the internet with the HTML. And thats the one where you save it.
It's not possible with Jscript. Sorry. You need to get into ASP