Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base , December 09, 1999 at 10:38:59:

You are here: irt.org | About | Feedback | 661 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
Roggie Boone on December 09, 1999 at 10:38:59:

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
Thanks for the web site. I noticed
a few problems with the javascript
given in Javascript FAQ Q1106:

1) the variable tRows is defined
as an array, but the name used
after that it "tRow" singular. I think
the array definition should just be
tRow = new Array()

2) the first use of "text = <form><table>"
uses "text" with a small t, but subsequent
uses all use "Text" with capital T and
so two different variables are being used.

3) The final assignment to Text is
"Text = </form></table>" but it
fails to put the "+" sign in front of
"=" to make it a concatenation.

Fixing these things allowed the script
to run for me.



Other feedback on 'irt.org FAQ Knowledge Base' - show all

©2018 Martin Webb