Display all validation messages inline at once onsubmit
问题 I would like JavaScript to display all the validation messages at once when the submit button is clicked. Customer Name: TextBox: *Customer Name must not be blank Address : TextBox: *Address must not be blank City : TextBox: *City must not be blank But it displays only one message at a time, every time the submit button is clicked. This is my code. <form method="post" name="customer" action="newcustcheck.php" onsubmit="return Validate()" > <table width="200"> <tr> <td><div class="message">*<