You can add a form onsubmit handler, something like: <form onsubmit="return validate();"> </form> <script>function validate() { // check if ...
確定! 回上一頁