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

Feedback on: irt.org FAQ Knowledge Base Q985, February 14, 2000 at 15:48:10:

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

Feedback on:
irt.org FAQ Knowledge Base Q985

Sent by
Matt Sigman on February 14, 2000 at 15:48:10:

Worth:
Very worth reading

Comments:
There is a typo on this page.

The if statement in the function netscapeKeyPress(e) reads:

if (e.which == 13);

and should read:

if (e.which == 13)

This is causing the line right below the if statement to fire on every key press, not just key 13.

Thanks for a great site!




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

©2018 Martin Webb