I know that you cannot write to files in Javascript, but I am wondering if there is a "poor-man's alternative." Without getting too complicated, I would like to save some typed data in a text box to a text file, maybe with some basic formatting like carriage returns so that the text is put in by lines.
Thanks for any help.
Actually, what I am trying to do is to write a tool for my job so that we can document certain information locally. No, I can't run a PHP server.
Basically, I am running the HTML pages from locally stored files, and I need to be able to save the data locally to a text file or Excel spreadsheet. Either will work just fine, but writing to a text file is probably easier. Thanks.
Quite probably. I don't know much about ActiveX, but I'd be willing to bet that it might work. I'm not sure what the compatablity issues with ActiveX are, though... I do know that alert's will popup when you try to write a text file on the users computer.
Bookmarks