After validating the data in an INPUT statement, we
would like to visually show on the form all
fields that have errors. For example, the fields
in error could have the background color displayed in yellow.
Then, the user would know immediately which fields
need attention.
Maybe there could be an error flag that could
be set for all fields in error, then have a pseudo-selector
for the styles so you could define the decoration for
fields in error.
Or, is it possible to dynamically apply a style during
the input statement?
Thank you for any ideas.
Candy McCall