Notes on the comp.lang.javascript FAQ
FAQ
> FAQ Notes
Table of Contents
Posting tips
Questions and Replies
Code Guidelines
Code Review Guidelines
Numbers
Why does K = parseInt('09') set K to 0?
Javascript Type-Conversion - parseInt with a radix argument
DOM and Forms
How do I get the value of a form control?
Referencing Forms and Form Controls
Unsafe Names for Form Controls
How do I detect Opera/Netscape/IE?
Browser Detection (and What to Do Instead)
Functions
Javascript Closures
Named Function Expressions