Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

308
Vistas
reemplace el formulario con un mensaje, no con PHP

tengo este codigo

 <!DOCTYPE html> <html> <body> <p>This example demonstrates how to assign an "onsubmit" event to a form element.</p> <p>When you submit the form, a function is triggered which alerts some text.</p> <form action="/action_page.php" onsubmit="myFunction()"> Enter name: <input type="text" name="fname"> <input type="submit" value="Submit"> </form> <script> function myFunction() { alert("the message has been send"); } </script> </body> </html>

No quiero hacer este mensaje de alerta. Quiero reemplazar el formulario dándole este mensaje. El mensaje ha sido enviado.

about 4 years ago · Santiago Gelvez
1 Respuestas
Responde la pregunta

0

Coloque el formulario en un div y asigne el innerHTML del DIV para reemplazar el formulario.

Además, debe return false; en el código onsubmit para evitar que el formulario se envíe al servidor.

 function myFunction() { document.getElementById("formdiv").innerHTML = "This form has been submitted"; }
 <!DOCTYPE html> <html> <body> <p>This example demonstrates how to assign an "onsubmit" event to a form element.</p> <p>When you submit the form, a function is triggered which displays some text.</p> <div id="formdiv"> <form action="/action_page.php" onsubmit="myFunction()"> Enter name: <input type="text" name="fname"> <input type="submit" value="Submit"> </form> </div> </body> </html>

about 4 years ago · Santiago Gelvez Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda