|
|
|
Error Message and Form Validation Text - Writing for the WebThere will be several common types of error message. 404 Page Not FoundThis type of message will appear if the user has typed (or followed a link to) a url that does not exist. Sage.com has a good example - http://www.uk.sage.com/generic/error/404.asp. Database error messageThis type of message will appear when there has been a database error on an Active Server Page (ASP). Login trouble-shooterThis type of message will appear when a user has attempted to access a secure area of sage.com but has been denied access. Our Reseller community has a good example - http://www.sagesoft.co.uk/reseller/aut_login_cb.asp (leave both fields blank and attempt to access three times). Form validationThis type of message will appear when a user has filled out a form field that does not meet the required format or other validation criteria. These and all other error messages should follow the guidelines below. When writing error messages: Do:
Don't:
There are additional guidelines available on Jakob Nielsen's Use It website: Error
Message Guidelines |