TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mats A
NA
59
28.7k
Validation client side, several fields
Sep 21 2011 3:00 PM
I have an form where the user fills out values for each day of the week. For each day there is two textboxes, one for a a startvalue (time) and one for a stopvalue (time). So the user is expected to fill out values like "09:00" and "10:00" for each day.
The validation:
Validate that the textboxes contains valid "time" values.
Validate that one of the boxes contains a "time" value later than the other.
There is one submit button for the whole week, so by clicking the button 14 textboxes are validated and for each day the values are compared together to ensure one is later than the other.
Is there any way to do this clientside, by just having one warning message per day?
Reply
Answers (
3
)
Numeric and Decimal Value check?
How to create merkle hash tree of data block