answersLogoWhite

0


Best Answer

For security reasons, regular JavaScript scripts in web pages are not allowed to write to the local file system.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to use Javascript to write to the local filesystem?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a JavaScript on the internet?

To start a JavaScript code: <script type="text/javascript"> CODE </script> There is a lot to do on JavaScript if you want to learn it look on: http://www.w3schools.com under the Javascript Section.


Can you use javascript in Mozilla?

Yes. In fact, you can use JavaScript in any web browser.


How do you use javascript in aspnet?

Ajax, I believe uses JavaScript + ASP.


How do you get the popup javascript box?

Use confirm or alert in javascript code to get a popup


What must you do to successfully run the fsck command on a filesystem?

You need root privileges, and it's often best not to use fsck on a live (mounted.) filesystem. Also you'll need to know the device file and, in some cases, the filesystem of the partition you're working on. The command is thusly: # fsck /dev/sdXY In most cases the fsck command will figure out what the filesystem is and run the appropriate filesystem checker.


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


How do you check length of password using javascript?

Use the length property of string in javascript.


How does document.close work?

The command is javascript JavaScript is interpreted by the browser browsers use JavaScript engines to execute the commands each browser differs


What does Ajax use for the processing that is done on the browser?

Javascript. AJAX stands for Asymmetric Javascript And XML


What is the primary filesystem used by fedora 16?

The ext4 filesystem is the default for Fedora16. It is possible to have different filesystems on different partitions on your system, so it is best to ask the system directly. To do this, use the command "df -T" (case matters - use "df --help" when in doubt). The df utility will tell you which filesystem exists for each partition of your system.


How do you activate jQuery in flash actionscript button?

Use the getURL() function to run javascript with the "javascript: " protocol. getURL("javascript: $('jquery code here');", "_self");


What is the use of id in javascript?

ID in JavaScript can be used to refer a control. For example getElementbyID("#name-of-id").