Creating a simple 'add to
Learn how to use Dreamweaver
AJAX (Asynchronous JavaScript
In this JavaScript – Part I
favorites' link.
This is
Behaviors to Play Sound in 2
and XML) is a JavaScript
Tutorial you will learn
a client side request, that
quick steps
technique which involves
about Array Definition,
asks the browser to put the
special object
Defining an Array in
link in the 'favorites'
XMLHttpRequest and
JavaScript, Shorter form,
folder. Each browser may
sending/receive asynchronous
Literal Array, Accessing the
respond differently to this
(without full page reload)
elements in an array,
request, IE will pop open a
requests to server. This is
Editing the values or
window asking the user if
an example of simple AJAX
elements in an array, Single
they wish to add to their
application which allows
Dimensional Array in
favorites.
user to enter web-page url
JavaScript
The array
and display title of that
concept is used to store a
page right after user stops
set of values in a single
typing.
variable name. So this is a
very important concept in
any programming language,
Let us see how to define and
handle arrays in JavaScript
in this session.
Date: Apr, 10 2004 Date: Dec, 04 2004 Date: Nov, 06 2006 Date: Dec, 24 2006 |
Having got a brief idea about
Creating a simple "set
Tutorial and sample codes to
Just like any other
Single Dimensional Array in
to homepage"
calculate the distance
programming language the
JavaScript let us see in
link.
The dhtml script
between two locations. Free
conditional statements in
this section how to define
that sets the homepage only
sample source codes in PHP,
Java Script are used for
and access Two Dimensional
works for IE. It calls the
ASP, ColdFusion, C/C++, C#,
decision making purpose.If a
Array in JavaScript.
following function,
Java, Perl, Visual Basic and
programmer wants to execute
Javascript. Longitude and
certain statements only ,
latitude for United States
when a desired condition is
ZIP Code and Canadian Postal
satisfied or have the true
Code are available in
value then this conditional
database subscription.
statement namely if
statement can be used.
Date: Dec, 24 2006 Date: Apr, 10 2004 Date: Mar, 05 2004 Date: Nov, 23 2006 |