sonu wrote:
> I am tring to create activexobject like var
> Fo =new ActiveXObject("Scripting.FileSystemObject");
>
> but i am finding error that
> automation server cant create object
Is that script inside of IE? Depending on the security settings IE
indeed does not allow script to create such objects as script access to
the local file system is a potential security problem.
Consider writing an HTA (HTML application) with that script as then you
can create such objects without the restrictions a browser imposes.
<http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/hta_node_entry.asp>
--
Martin Honnen
http://JavaScript.FAQTs.com/