HTML

<form ... onsubmit="testFunc()">

 

Javascript

<script>

function testFunc() {

    ...処理...

}

<script