Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

217
Views
Necesito ayuda para resolver ''Error al cargar la página'' en Jquery mobile html

Tengo un error importante donde aparece este mensaje de error "Error al cargar la página" cuando hago clic en el botón 'enviar'.

código HTML

 <div data-role="collapsible"> <h3>ENTER YOUR INFORMATION HERE FOR DELIVERY</h3> <form id="deliveryform"> <p> <label for="name">Name</label> <input type="text" name="inputname" id="inputname" placeholder="Fullname" <br> </p> <p> <label for="phone">Phone Number</label> <input type="text" name="inputphonenumber" id="inputphonenumber" placeholder="011123456789" required> <span id="warning1"></span><br> </p> <p> <label for="email">Email</label> <input type="text" name="inputemail" id="inputemail" required><br> </p> <fieldset> <input type="submit" value="Submit" onclick="validation()"><br> </fieldset> </form> </div>

javascript

 function validation() { var a=document.getElementById("inputname").value; var b=document.getElementById("inputphonenumber").value; var c=document.getElementById("inputemail").value; var emailformat = "[a-z0-9._%+-]+@[a-z0-9.-]+\.[az]{2,}$"; if(a=="") { alert("Please enter a name"); return false; } if(isNaN(b)) { document.getElementById("warning1").innerHTML="Please insert numbers Only!"; return false; } if(!c.match(emailformat)) { alert("Please use the correct format.Example : abc123@gmail.com"); return false; } else alert("Submit successfully") return true; }

¿Cómo resolver este Error Loading Page ? Realmente necesito ayuda con esto. Realmente no entiendo los códigos jquery, así que espero que alguien pueda explicarlo en javascript si es posible.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!