Generation

translateMon, 15 Apr 2024

crea un boton que envie los datos de un formulario a un archvo excel llamado "Reservas"

ript function enviar(){ var nombre = document.getElementById("nombre").value; var apellido = document.getElementById("apellido").value; var email = document.getElementById("email").value; var telefono = document.getElementById("telefono").value; var mensaje = document.getElementById("mensaje").value; var datos = "nombre=" +

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant