Hi people.. I have a little problem.. I need to put a javascript code in a html file, which when viewed, get the cookies of the viewer and store them in a remote txt file..
i know we can get the cookies with this -
or
but how to store the value of
in a txt file which is located at, say, *www.blah.com/logs/logs.txt??
I hope you understand.
Thanx.
i know we can get the cookies with this -
Code:
javascript:alert(document.cookie)
Code:
javascript:document.write(document.cookie)
Code:
(document.cookie)
I hope you understand.
Thanx.