Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: following peace of code is not working......


Message #1 by manoj_r_singh@r... on Mon, 16 Apr 2001 10:27:33
You may not have the correct dlls loaded but I have encountered System
Administrators turning scripting off, for security purposes, and that is a
scripting call.  Also, if you are running this client side their may be a
trust problem to your website sinde file work fights the browser sandbox
protection mechinism.

Christopher Koniges
Database/WEB Systems Programmer
Tel:  (xxx) xxx-xxxx
www.jazzysystems.com

-----Original Message-----
From: manoj_r_singh@r... [mailto:manoj_r_singh@r...]
Sent: Monday, April 16, 2001 10:28 AM
To: javascript
Subject: [javascript] following peace of code is not working......


hello friends....
  i have a problem with javascript....when i am executing this script...i
am getting an error of "Auotmation server can't create object"
....so pls help me out....and give me solution for the creating a file or
folder.... with javascript...
<SCRIPT LANGUAGE="JavaScript">
<!--
var fso = new ActiveXObject("Scripting.FileSystemObject");
var newpath = fso.BuildPath("d:\\manoj", "kuku.txt");
alert(newpath);
-->
</SCRIPT>


  Return to Index