JavaScript Articles
- Focus! — Login Form Fail (Obsolete) If you’re going to set the initial focus in a form field, don’t use onload(). Chances are you’ll end up moving the cursor while power users are already typing.
- The Right Tool… Think about when to use client-side scripting vs. server-side scripting.