The FileSystemObject can be used (given the proper security settings) to write to the client machine, I do believe.
If you want to write to the server, you can use JavaScript to pass variables, or whatever you'd like to a server-side application (php, asp, etc), which in turn could write a file to the local machine (server).
|