- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
<script>
function _checkCommentsForm ()
{
return true;
};
</script>
<form ... onsubmit="_checkCommentsForm();">
...
<input type="submit" onclick="_checkCommentsForm();" onmousedown="_checkCommentsForm();">
</form>