Disabilita il button dopo l'invio del form, Script per la gestione dei form

« Older   Newer »
  Share  
Vale2
view post Posted on 9/4/2012, 20:51     +1   -1




Ciao,

uno script per disabilitare il button dopo l'invio del modulo.


CODICE
<form name="Mioform" action="http://max400.forumfree.it//" method="post" target="_blank">
<input type="button" name="vale" value="Clicca" onclick="document.Mioform.submit();document.Mioform.vale.disabled=true">
</form>



Valeria.


 
Top
0 replies since 9/4/2012, 20:51   25 views
  Share