i have some java scipt in a page that records some user information. i want to be able to store this somewhere. ideally, i want to save it in a text file somewhere within my website, but failiing that i could have it emailed to me.
the code in my page, at the moment, concatinates all the information i want to save into a single string. after that is the line...
alert(myInformation);
...this is the line i intend to replace with code that saves myInformation.
____________________________________________________
If you like a post, show you care by giving it a <censored>.
the code in my page, at the moment, concatinates all the information i want to save into a single string. after that is the line...
alert(myInformation);
...this is the line i intend to replace with code that saves myInformation.
____________________________________________________
If you like a post, show you care by giving it a <censored>.