javascript thread: How to use javascript for ie5 to write to a error.log file
Hi, I have developed a javascript application and need to write to an error.log file. Navigator has a file object, but I only have ie5 users. I will not be able to use vbScript FileSystemObject either. How can I: Create, Open, Write, and Close a file within javascript?
|





