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