Does anyone know any code where an HTML website can write to a text file? All i need is code when a user types in a number in a website, the number is saved to a text document. Can VBscript be incorproated in the website to accomplish this task? Thx
Whether IE allows the creation of an ActiveX FileSystemObject and writing to sFSpec (especially without asking for user permission) depends on the security options effective at the local system.
If you want to save the data on the server you obviously must set sFSpec according to some specific property of the requesting client - perhaps you should consider using some kind of database.