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

Feedback on: irt.org FAQ Knowledge Base Q984, June 14, 2000 at 20:49:39:

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

Feedback on:
irt.org FAQ Knowledge Base Q984

Sent by
Kevin Lynn Brown on June 14, 2000 at 20:49:39:

Comments:
This article has syntax and code errors.

if (toggle = !toggle)

...doesn't look like a valid comparison to me. Shouldn't this be

if (toggle == true)

Additionally, at no time during the script is toggle set to true, therefore the hide() function will never be called.

Hope this helps,
Kevin



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

©2018 Martin Webb