> My problem is that there is only a server-side validation for the minlength-property. If nothing is entered in the password-field, Javascript-validation (required) works fine (i.e > the validation is done on client-side). What am I doing wrong? > Thanks for help! > > Stefan
First thing I would try is view the source of the generated HTML page in your browser. Are all the function definitions there? Try saving that page as an HTML file, and modifying the validateLogonForm to popup an alert window, so you can see if the method is being called on form submittal. Then go further downstream in the execution, trying to find where the code isn't doing what you expect. If you are using IE, you might want to turn on the script debugging. You can also try loading the same page in Netscape, since it has better integrated script debugging. -- Steve Stair --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

