Banksy
05-13-2003, 03:23 PM
Would anyone know how to store/insert data from a JavaScript application into a txt file? Any suggestions, greatly appreciated!!!
|
Click to See Complete Forum and Search --> : Storing Data From A JavaScript Application Into Txt File Banksy 05-13-2003, 03:23 PM Would anyone know how to store/insert data from a JavaScript application into a txt file? Any suggestions, greatly appreciated!!! pyro 05-13-2003, 03:27 PM Are you talking about on the server or on the users machine? If you are talking about the server, you will need to use some sort of server side languag (PHP, CGI/Perl, ASP, etc). If you are talking about on the users machine, javascript can't do it there either, but perhaps it can be done with ActiveX... AdamGundry 05-13-2003, 03:27 PM Javascript is client-side, and cannot modify local text files without the complicated use of (MS-only) ActiveX. You need to use a server-side language, such as PHP or ASP to handle files on the server. For storing data on the client, cookies may be a possibility. Adam Banksy 05-13-2003, 05:39 PM Hi Dave, If I attached my code would you mind looking at it, I am a little confused? Thanks, Lori webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |