Definición y Uso
El onreset atributo se activa cuando se reinicializa un formulario.
Se aplica a
El onreset atributo es parte de los Event Attributes , y se puede utilizar en el siguiente elemento:
Elementos | Evento |
---|---|
<form> | onreset |
Ejemplo
Ejecutar un JavaScript cuando se hace clic en el botón de reinicio en un formulario:
<form onreset="myFunction()">
Enter name: <input type="text">
<input type="reset">
</form>
Inténtalo tú mismo " Soporte para el navegador
Atributo evento | |||||
---|---|---|---|---|---|
onreset | Sí | Sí | Sí | Sí | Sí |