
Please Write a function to validate
please make the code in java like this function validate() {document.getElementById} ETC.
if the numbers were 1 through 9
if there is a name
if email is valid
if cell phone i valid
if Card number, EXP date and CVV is valid or not
if the address is valid or not
Below is the html please make the java code as simple as posible
also when ever its false can you make the text print on the bottem saying "this code is valid" once i press the submite button
<div class="g">
<div class="n">
<div class="r">
<img class="a" src="#">
<div class="p">+</div>
<form id="result" action="#">
<input type="text" id="number" placeholder="Choose from item 1-9">
<input type="text" id="name" placeholder="Name">
<input type="email" emailplaceholder="E-mail@gmial.com" id="email">
<input id="Phonenumber" type="text" placeholder="Phone number">
<input id="CardNumber" type="text" placeholder="Card Number">
<input id="CardExpDate" type="text" placeholder="Card Exp Date">
<input id="CardCVV" type="text" placeholder="Card CVV">
<input id="Address" type="text" placeholder="Address">
<div class="sub"> <a onclick="validate()" button> Submit</a></div>
</form>
</div>
</div>
</div>
</body>
</html>

Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 2 images

- Write a python application to simulate an Online Book Shop. Notes: Option 1 and Option 2 must display the list of books to the user. The Main function accounts for invalid options. Program displays error message for invalid user option, invalid ISBN number or any invalid title.The programmer can create the book title, price, and ISBN information for the books. Each item consists only one string of comma-separated data: book ISBN number, title, and price. A customer can purchase some books either by ISBN number and/or by title. If the user input an invalid number or book title, the program should display an error message. The user can stop shopping with “checkout” option , which triggers the checkout() function that computes the total cost of the books in the cart. A customer will be provided the following menu option while shopping at the book shop: Option 1. Purchase by ISBN: User can purchase a book by its ISBN number. ISBN stands for International Standard Book Number. This is a…arrow_forwardC#arrow_forward1. Design a java application that outputs a table with a list of at least 6bstudents together with their first name, last name, score and grade in the following format. First name last name score grade 2 Write a program by entering two integer numbers of your choice and make sure your program works properly. When you are readyvto submit your project enter 24 and 53 as set values and generate 100 random numbers to makecsure all of these numbers are generated within the range of [24.....43] inclusive. Please I need help to write the programs. Thanksarrow_forward
- Asking help for Java Programming Create a program that simulates a meeting reservation system. Part 1: Basic requirements The program shall allow the user to select from the following options: Create a new meeting Show meetings on the calendar Clear all meetings Each meeting has a subject, start day/time and end day/time Subject is a short text description of the meeting Day is a date that contains month, day, and year Meeting times need only deal with hour and minute When the user wants to create a new meeting, the program asks for the subject, start and end day/times for it and adds it to the calendar For the basic requirements, meetings are not allowed to overlap. If a meeting the user wants to schedule overlaps with an existing meeting, the program presents an error message showing which meeting the one the user wants to schedule overlaps with When the user wants to show all meetings for the week, the report displays all meetings each day as follows Show all meetings…arrow_forwardPython Returning function function name: is_prime parameters: a number n returns: True if n is prime behavior: Check the values in the range [2, n) and return False if n is divible by any of them. function name: bound_0_to_100 parameters:a number grade returns: the grade with a minimum of 0 and a maximum of 100 behavior: In addition to exceeding 100, sometimes a grade will be so spectacularly bad that it falls below 0. In that case we want to normalize it to 0 so all grades fall into the range [0, 100]. ex: bound_0_to_100(75) returns 75, bound_0_to_100(103) returns 100, and bound_0_to_100(-5) returns 0 function name: bigger parameters: two values a and b returns: whichever of the two is greatest behavior: ex: bigger(3, 9) returns 9arrow_forwardPlease help in JavaScriptarrow_forward
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY





