Home » questions » Javascript: new Array?
Javascript: new Array?
How do I add a new Array to the below script (linked to html, view source to see script) so that there is more than one character. As you can see, when I use the normal method (var snowletter=new Array("a","b","c") it doesn't show up correctly. What else do I have to do to separate these characters?
http://pages.prodigy.net/bluebutterfly/Snowflakes.htm
Please click on the link I provided above. You will see "a,b,c" floating around. What I want to do is to be able to have all those characters only separated, not right next to each other on the same line, and without the commas.
a
b
c

Answers
Isofarro
On 2006-08-16 09:38:41
KVet
On 2006-08-16 09:35:10
Jen
On 2006-08-16 09:40:27
DesignR
On 2006-08-16 09:27:40