You are here: irt.org | About | Feedback | 1042 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1106
Sent by
Marco Scheerman on April 05, 2000 at 09:59:54:
Worth:
Very worth reading
Comments:
The example provided has two(minor) problems but major enough for a JUMMY = (Java dUMMY).
1'st problem:
at line 11 'n=tRows.length'
should be: 'n=tRow.length'
2'nd problem:
at line 21'document.write(Text)'
should be:'document.write(text)'