You can use the onsubmit in your content page by using this syntax:
<script type="text/javascript">
function yourFunction() {
// do whatever it is you need
}
document.onsubmit = yourFunction();
</script>
jueves, 24 de enero de 2008
Adding client side javascript on generic form submit, ANDA???
Suscribirse a:
Entradas (Atom)