tag

home / developersection / tag

Creating variable in java script
javascript 10-Mar-2011
Creating variable in java script

In this demonstration we learn how to create a variable in java script. We know that variable is a location in memory which stores some values. In jav

Displaying a message box in java script
javascript 09-Mar-2011
Displaying a message box in java script

In this demonstration we learn that how to use Java Script to display a message box to the user. In Java Script there are two types of message box for

Introduction to JAVA Script
javascript 09-Mar-2011
Introduction to JAVA Script

Java Script is a client side scripting language developed by Netscape to enable web authors to design interactive sites. Java Script can interact with

Array in java script
javascript 09-Mar-2011
Array in java script

Array is collection of similar type of elements. We can use concept of array to make program more readable, easy to handle large data and implementing concept of loops in program.

Implementing Date object in Java Script
javascript 09-Mar-2011
Implementing Date object in Java Script

We can use Date () object to manipulate dates in java script. Whenever we want to access current date of the system or want to set new date in java sc

Implementing if --- else in Java Script
javascript 08-Mar-2011
Implementing if --- else in Java Script

We can use “if—else “statements to perform an appropriate action based on condition. We can use” if—else” statement to take decision on the basis of s

Implementing  Operators in Java Script
javascript 08-Mar-2011
Implementing Operators in Java Script

We can use arithmetic operators in java script to perform mathematical calculation or used to solve mathematical expression. Types of operators in Ja