I want from JavaScript to write data to a file. Found an example, but it does not work for me, on the operator:
var fso = new ActiveXObject("Scripting.FileSystemObject"); In the debugger of the browser IE11 I see the inscription:
"Cannot create object with object programming server"
What does it mean? How do I solve this problem?