javascript_howto thread: Re: how to disable the security alert?
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.
|





