answersLogoWhite

0

Linking a JavaScript file usually means to include your script code from a separate file instead of inline. For example:

<script src="/js/script.js" type="text/javascript"></script>

This allows you to reuse the same JavaScript code on multiple pages, and increases the speed of your site on average, since browsers usually cache these files the first time they are downloaded.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How are java scripts added to the webpagegallery?

It order to add java scripts you have to import them at the start of the page. Writing &lt;script src="location of js"&gt;, will make the scripts into the web page.


What is JOOLE?

Java Oriented Object Linking and Embedding


Where can one download free java scripts?

One can download free java scripts from javascriptkit, javafile, softonic, javascriptsource, hscript, dynamicdrive, periscriptsjavascripts, and many other sites for free.


What computer languages cannot be used to write CGI scripts?

java programming language cannot be used to write CGI scripts


How do you install RSbot scripts?

In order to install RSBot scripts you need to go into your documents where their should be an RSBot folder. Open that and you will find a scripts folder. In there a Source folder which is where you save your script. Make sure you save the source as a .java or if it is a .class (already compiled Java code) put it into the pre-compiled folder. Once you have your .java source in the the folder back track and you should see a Compile Scripts CMD. Make sure you have java JDK (google it and download) then run the .bat. The script will compile and your good. Amplex~ RSBot Developer


What would interface java be used for?

Interface Java can be used for a variety of tasks and commands such as .swf files, Java files, running scripts, as well as website video players for websites.


Who is the original author of java software?

James Gosling is known as the Father of Java software, however, Sun Microsystems employs many people (authors) to write scripts for them.


What is the difference between PHP and JSP?

They are different technologies - JSP stands for Java Server Pages, where PHP means PHP: Hypertext Preprocessor... Basically, they do the same thing - generate webpages, but JSP scripts are programmed in Java, and PHP scripts in PHP, which are completely different scripting languages. PHP is usually used in small to medium-sized projects, where Java tends to be percieved as a more "enterprisey" (aimed at large projects).


What can a webpage contain?

The first thing is, obviously, the text. The second thing are tags, linking various media, scripts and applets to the page. The third thing are style sheets which provide additional formatting options, but I'd rather include them in the scripts category.


Can you make softwares using javascript and if so how and by the way I do mean Javascript NOT java?

You can't make software, but you can make scripts that can be called from a program.


How do you terminate input in java scripts?

Pass the code that gets input as a comment. Other way is to delete the code or disable javascript altogether


What are differences between PHP and Java?

PHP and Java.. hummPHP is a programming language to make websites and scripts on the web.. while Java is an hardware programming language, please be advised that you can use Java applications on the web by using applets...But generally Java will be used to develop hardware applications..But if you meant JavaScript instead of Java:JavaScript is an client side language that help you change/modify your elements on your website without reloading page.