Luis Flores

Generation

generate functionFri, 26 May 2023

reiniciar fomulario con boton

function resetForm(){ document.getElementById("myForm").reset(); } <button type="button" onclick="resetForm()">Restablecer formulario</button>

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code