Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing to a text file 1

Status
Not open for further replies.
Apr 27, 2006
126
GB
Hi,

I'm fairly new to javascript but gave generated a form which loads everything I require into variables ok. I just want to output these variables to a text file.

I expect (if possible) that appending to an existing text file would be easiest. But either appending or creating a new txt file would be fine.

It doesn't have to be very swanky, purely functional, as long as the data is dumped into the text file I don't care how it gets there or its format. I don't have access to any server side processing so it will purely have to be client based, also, the text file will be on a LAN (if that makes any odds, but thought it might be relevant as a drive could be mapped to the required location if needed)


Thanks in advance for any help
_

________
clueless
 
gone down the .hta route, thanks for the pointer :)

(looking into hta stuff, its a lot simpler than I originally thought)

________
clueless
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top