OnBlur error... how to overcome

wxdqz

New Member
Hi

I have a form which we use for creating reports within our organisation. I have used certain javascript validations such as checking for null values, numeric values & dates.
The form will be pretty big one & the user has to enter around 50 to 60 values.
I have used all these validations on the OnBlur event.
the probelm is say
when the user moves to the 2nd field without entering any data in the first field he gets an error message say column cant be null then if the user tries to move back to the 1st column he is prompted with the message cannot leave 2nd column null & the browser hangs in the sense the user will keep on getting error messages infinitely.

I have no other option but to press CTRL - ALT - DEL at this stage.
How do i overcome this error.

Kindly reply

Sushant
 
Back
Top