Friday, May 21, 2010

How can I download the java script from my computer where should I go to do this?

Your question doesn't really make sense. When you go to a website that contains JavaScript, it is transferred to a local cache on your machine and executed locally. In essence, viewing a website with Javascript has already "downloaded" it to your machine.

How can I download the java script from my computer where should I go to do this?
I'm afraid I have no idea what you are asking. Please clarify or message me with more details.





There is no Javascript to download if it is already on your computer. Do you mean Javascript code of a site on the Internet? If so, you can do so by right clicking and going to View Source or something similar.





Then, the Javascript will be between %26lt;script%26gt; and %26lt;/script%26gt; tags, often between %26lt;script language="javascript"%26gt; and %26lt;/script%26gt; tags. If not, then it may be linked in an external file, such as %26lt;script src="external.js"%26gt;%26lt;/script%26gt; in which case you must go to the external.js page to view or download the code.





Of course, if you mean Java instead of Javascript, you can go to http://java.sun.com and download either the JRE or the JDK. The JDK is the Java Development Kit and it includes JRE (Java Runtime Environment) and several tools to create and compile your own Java programs. However, if you only need to view Java applets online or run Java applications like Azureus, you only need to download JRE.
Reply:javascript is built into your browser. if you mean java then download it here http://www.java.com/
Reply:Visit this website to install Javascript software:


http://www.java.com/en/download/index.js...
Reply:sorry yar i dont know


No comments:

Post a Comment