I used javascript's File System Object to save text documents into the computer's hard drive.
Everything worked fine, except that i keep getting the "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?" security message.
even when i enabled active-x on my IE, the security message would still appear. somebody told me that thats because File System Object is not an active-X control.
I know that this message is important and useful, but my client would rather not have it.
so how can i work around this?
HELP!!!!!!!
Everything worked fine, except that i keep getting the "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?" security message.
even when i enabled active-x on my IE, the security message would still appear. somebody told me that thats because File System Object is not an active-X control.
I know that this message is important and useful, but my client would rather not have it.
so how can i work around this?
HELP!!!!!!!