Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Re: how to disable the security alert?


Message #1 by skhalo@h... on Tue, 14 May 2002 19:25:20
And then change the line: 

vat theFile = "%SYSTEMROOT%\\newfile.txt";

to:

var theFile = "C:\\newfile.txt";

and it will create a File called newfile.txt at C:\ and all without 
security alerts. 

  Return to Index