Click here to Skip to main content
15,895,370 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to take java script in use in creating website.?
Posted

Javascript is a language which browsers can execute, allowing to to add dynamic elements and features to your website that HTML does not permit.

You need to follow a tutorial - W3Schools have a good one: http://www.w3schools.com/js/default.asp[^]
 
Share this answer
 
this is a very generic and broad question which you are better off learning from online tutorials. To give you a heads up, JavaScript is a client side language i.e. the language that runs on the browser side when a user opens your website to achieve certain tasks. These tasks could be as simple as showing a pop-up, hiding some control to something a little more complicated like AJAX processing which works asynchronously. This link[^] can help you moving forward.

Cheers
 
Share this answer
 
Well,

Javascript is a script language based in Java that will give you some extra functionalities when working on web projects.

Check this link: http://www.w3schools.com/js/default.asp[^]

And make some research on google, you'll get the information needed.

come back when you will have more specific questions!

:thumbsup:
 
Share this answer
 
Here is a good book to learn JavaScript
http://www.amazon.com/Head-First-JavaScript-Michael-Morrison/dp/0596527748[^]

Here is a good tutorial that will help you learn JavaScript.
Beginner JavaScript[^]

More here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900