Previous Example-|-Next Example-|-Return to Chapter Listing
Example 9.6:
Using the Array Object
[This example works with Netscape Navigator 3 and Internet Explorer 3.]
We created an array named info using the new Array object, then use the showArray() function to write the length and contents of the array to this page.
This is the script we used in the HEAD:
And here's the script in the BODY:
Previous Example-|-Next Example-|-Return to Chapter Listing