Previous Example-|-Next Chapter's Example-|-Return to Chapter Listing
Example 9.10:
Multidimensional Arrays
[This example works with Netscape Navigator 3 and Internet Explorer 3.]
You can create multidimensional arrays, arrays that contain other arrays within them. In this example we have a multidimensional array called sales, containing four arrays: jan, feb, mar, and apr.
This is the script we used in the HEAD:
And this table in the BODY:
Previous Example-|-Next Chapter's Example-|-Return to Chapter Listing