Darren06
06-03-2004, 01:03 AM
thetext1[0]="Comprehensive JavaScript tutorials and over 400+ free scripts"
thetext1[0]="Second part"
How would I make the second line of that add to the first one?
I tried
.thetext1[0]="second part"
and
+thetext1[0]="second part"
but it wont work :(
thetext1[0]="Second part"
How would I make the second line of that add to the first one?
I tried
.thetext1[0]="second part"
and
+thetext1[0]="second part"
but it wont work :(