I'm building some pages for intranet application. One of the action needed was to create a textfile and put it on the client PC.
Security will be set to allows this (ActiveX run allowed for trusted sites and I have been using the wshShell object to launch some tool and it works....)
Can I use 'Open file for output' -like statements to achieve this?


Reply With Quote