Vai al menu/Go to main navigation | Vai al contenuto/Go to main content

April 2006

Unobtrusive Javascript and form validation

11 April 2006 | italiano

UPDATE: 27/11/2006 (Comments n. 5 e 6)

Unobtrusive Javascript is not so complicated. In this article, inspired by the italian magazine Hacker Journal, we’re going to validate a simple login form before it’s posted to the server.

Some weeks ago, HJ’s CookBook survey reported an example of Javascript form validation code. The original example was a self-contained […]