javascript validation before save

  •  02-09-2007, 10:29 AM

    javascript validation before save

    I have a form that has 4 cuteEditor elements in it.
    When I click on my save button I do some javascript validation on both these 4 elements as well as other elements in the form.
    When the validation checks the length of the cuteEditor elements the length is reported back as 0 but if I set it form to go ahead and submit the request.form() has data in it. 

    What do I need to do so I can run a check on the length in my javascript validation function?

    Thanks,
    Shawn Ramirez

View Complete Thread