|
JavaScript
JavaScript is a full fledged programming language - designed
to be embedded in the HTML sent from the server to the client, and run
on the client's browser - within Internet Explorer or Firefox or
whatever the topic is.
The following links are excellent source material for
learning
JavaScript. While your JavaScript is as important as your Java - from
our point of view, it is a matter of having the right language
reference at hand while you are coding your HTML for the client, to get
the JavaScript correct.
Mozilla's complete and official reference
for
JavaScript :-
http://developer.mozilla.org/en/docs/JavaScript
"The World's most misunderstood progamming
language" :-
http://www.crockford.com/javascript/javascript.html
(interesting reading. The Mozilla link should be good enough for you
for serious work. It is well laid out and thought out.)
|