Computer Applications

Tuesday, January 5, 2010

JavaScript Tutorial

JavaScript is The Scripting Language of the Web.

Example:


script type="text/javascript"
document.write("This is my first JavaScript!");
script


Output Is : This is my first JavaScript!

JavaScript is an easy-to-use programming language that can be embedded in the header of your web pages. It can enhance the dynamics and interactive features of your page by allowing you to perform calculations, check forms, write interactive games, add special effects, customize graphics selections, create security passwords and more.

No comments:

Post a Comment