This is based on the validate.html example code. The form and code is replicated inside this page. You are going to change it so that it doesn't use an alert box to tell the user something is wrong.` Instead, you will create a space on the page and will change the contents of the space to display the message. To prevent the user from being confused by old messages, you will make the message disappear after 3 seconds. For hints, see the other validate example and the examples that involve timers.