I'm trying to find the javascript that can be used to verify form input data when the form is submitted. I want to use this on a join page where the username/password is selected.

I've seen them that require a specific number of characters, and then makes sure the password is not the same as the username.

I just can't find it anymore!