Hi,
I need to create a file on client's side. The only way I'm familiar
with is via File System OBject in IE. Is it possible to use them in
JavaScript?
Martin
Hi, I need to create a file on client's side. The only way I'm familiar with is via File System OBject in IE. Is it possible to use them in JavaScript?
The Microsoft FileSystemObject can be scripted with JScript. Internet
Explorer security settings prevent it from being used from an ordinarily
web page.
Hi, I need to create a file on client's side. The only way I'm familiar with is via File System OBject in IE. Is it possible to use them in JavaScript? Martin