Second part of tutorial devoted to Form Validation problem. In this part we show how to write form validation function in java script and how to attach it to onsubmit event of out form. On submit event handler can return false or true boolean value depending whether it want to prevent or allow form posting to server.