|
Generally spoken, JavaScript can neither
a.) Process forms submitted with the POST method.
b.) Read, write, copy, delete, look up any files.
You see, JavaScript was designed to run on the client side of webbrowsers, although there is a server-side version of javascript developed for the NES I believe.
There is a workaround for IE browsers running on newer windows platforms. The FileSystemObject lets you gain access to file writing functions. Try to google that up or do a search on msdn.com to find more info.
|