Go to -> C and S Design ->
Articles
->
DHTML
->
Content
->
Show Messages
-> Show Code
Click here to view or download the code for this example
Click here to view or download the code for this example
Javascript Code Articles
Showing error messages
The usual method of showing users a message is to use the alert("message") which will show a modal message box. One of the drawbacks of this is the fact that it then needs the user to click on the Ok button to allow processing to continue and for a simple error can be annoying

