HTML & CSS Tutorials by GoLiveCentral.com
"JavaScript functions" might sound very sophisticated, but they are actually very simple. Let's take a look at this example!
February 27,
2008
Today Views:
1 Total Views:
288
If you want to store a value or some text in your script you need a "container". In JavaScript these containers are called "variables".
February 20,
2008
Today Views:
2 Total Views:
263
We use three different types of brackets in JavaScript { }, ( ) and [ ].
February 12,
2008
Today Views:
1 Total Views:
210
You have probably noticed that scripts sometimes are found in the head section of the page and sometimes in the body section. What's the difference?
February 11,
2008
Today Views:
1 Total Views:
244
Sending parameters to functions is one of the coolest things in JavaScript. If you learn how to do this well you will become a great scriptwriter and save a LOT of time.
February 8,
2008
Today Views:
1 Total Views:
265
If you take a look at the source code of a page containing a script you'll find something like this...
February 4,
2008
Today Views:
2 Total Views:
215
Every time anything happens to a page or an object in the page an event is triggered. Here are a few examples of events.
January 28,
2008
Today Views:
1 Total Views:
261
JavaScript is object -based. This means that we work with objects and their properties.
January 25,
2008
Today Views:
1 Total Views:
218
This is a "basic" tutorial so it's way to early to go into the details of the DOM.
January 24,
2008
Today Views:
1 Total Views:
231
At this point you should place a form object (from the forms palette in GoLive) in a page and then add a submit button and a two text fields.
January 23,
2008
Today Views:
1 Total Views:
285
























