answersLogoWhite

0

What is a JavaScript link?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is a JavaScript link?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Javascript onclick?

Onclick will be called when the object you're attaching the onclick function to is clicked (usually the object is an HTML element).


Write a JavaScript program showing string concatenation?

There isn't much to it:---alert("Hello " + "world!");---'alert' creates a popup, and the + does string concatenation.See related link for a Javascript tutorial.


Is JavaScript programs compiled into intermediate form and linked to a HTML document?

JavaScript isn't compiled. It's an interpreted language, which means that it's translated into 'computer language' line by line when needed. You can link JavaScript to a HTML document by using the src attribute of the script tag. If you name your external javascript 'test.js', you can inject it into your HTML page by using <script type="text/javascript" src="test.js"></script>.


Hyperlink through the javascript?

One simple way to involk a URL from within Javascript is to use the location object. For example: 1. Load a new page. <script type="text/javascript"> location.href="http://newpage.htm"; </script> 2. Add a page link to the Open Document. <script type="text/javascript"> documnet.write(location.href="http://newpage.htm"); </script>


How do you get handle of title of another HTML page in my page?

You can link that page into yours by anchor. Get the value into JavaScript and get it into your title.


What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.


What languages can a browser understand?

HTML, CSS, & JavaScript.


When you attempt to transmit an ecard from American greetings or bluemountain you get the message javascriptvoidnull which nobody knows how to fix not even Java?

Javascript is not the same as Java. They are not related.See the link below for the difference.http://www.htmlgoodies.com/beyond/javascript/article.php/3470971Check out the link below for a discussion on the error, javascript:void(null)http://forums.techarena.in/showthread.php?t=790239


Is javascript free?

Yes, now days all browsers support it. and also you can learn it and start writing it, it's free. JavaScript is a programming language. If you are referring to Java Runtime Environment (JRE), the program that runs the Java programming language (not to be confused with JavaScript), then yes, it is free from the Java home website (link given below)


What are built-in javascript classes?

Javascript does not have classes


How do you sort in javascript?

Javascript can help in browseing


How old is Javascript?

Javascript was created in 1995.