Question: Use JavaScript to Validate Your Web Form For this assignment you should first read the appropriate chapters in the textbook and also the Form Validation

 Use JavaScript to Validate Your Web Form For this assignment you

Use JavaScript to Validate Your Web Form For this assignment you should first read the appropriate chapters in the textbook and also the Form Validation with JavaScript web page listed in the Useful Links section and also search the Internet using your favorite search engine site (Bing, Google, MSN, Yahoo, whatever) for: javascript +form +validation and then create a new web page file, for example called validation.html, in your ubunix.buffalo.edu account just as you did in previous assignments. This web page should build on your Web Page Form Assignment. Assignment Requirements This assignment will use JavaScript functions to include the following . display the current date and time display a set of radio buttons that allow the user to change the background color and the text color of the web page by clicking on the desired radio button advise the user filling out your form with a sentence above the form noting that certain fields are required and using CSS to either make those fields red or placing a CSS styled bold red asterisk (") next to each required field validate the form fields according to these validation rules: pops up a JavaScript alert window advising the user exactly what field did not pass the validation checks First Name and Last Name are not empty . Zip Code is either: only 5 or 9 numbers or in the format 99999-9999 Phone Number is either: . only 10 numbers or in the format (999) 999-9999 Email has one and only one @ character, has at least one character before the character, and has at least one character and a period and at least 2 characters after the @ sign valid: gerlandbuffalo.edu not valid: gerland.buffalo.edu not valid: gerland@buffaloedu not valid: @buffalo.edu o places the cursor back in the invalid field after the user clicks the OK button on the alert window,using the .focus () JavaScript method, if there is a validation problem . add the novalidate attribute to the

tag so the browser is *NOT* doing the validation and so you and I can test your JavaScript validation. While designing, coding, and testing this page you may want to ustilize the Browser Developer Tools (see Useful Tips). to view the JavaScript Console for warnings and errors. You can also use the JavaScript console.log) method to display variable values in the Console to help debug your code This web page should also have a link back to your Home Page web page You MUST use the W3c HTML5/CSS3 validator page at ht glunicorn! to verify your code Use JavaScript to Validate Your Web Form For this assignment you should first read the appropriate chapters in the textbook and also the Form Validation with JavaScript web page listed in the Useful Links section and also search the Internet using your favorite search engine site (Bing, Google, MSN, Yahoo, whatever) for: javascript +form +validation and then create a new web page file, for example called validation.html, in your ubunix.buffalo.edu account just as you did in previous assignments. This web page should build on your Web Page Form Assignment. Assignment Requirements This assignment will use JavaScript functions to include the following . display the current date and time display a set of radio buttons that allow the user to change the background color and the text color of the web page by clicking on the desired radio button advise the user filling out your form with a sentence above the form noting that certain fields are required and using CSS to either make those fields red or placing a CSS styled bold red asterisk (") next to each required field validate the form fields according to these validation rules: pops up a JavaScript alert window advising the user exactly what field did not pass the validation checks First Name and Last Name are not empty . Zip Code is either: only 5 or 9 numbers or in the format 99999-9999 Phone Number is either: . only 10 numbers or in the format (999) 999-9999 Email has one and only one @ character, has at least one character before the character, and has at least one character and a period and at least 2 characters after the @ sign valid: gerlandbuffalo.edu not valid: gerland.buffalo.edu not valid: gerland@buffaloedu not valid: @buffalo.edu o places the cursor back in the invalid field after the user clicks the OK button on the alert window,using the .focus () JavaScript method, if there is a validation problem . add the novalidate attribute to the
tag so the browser is *NOT* doing the validation and so you and I can test your JavaScript validation. While designing, coding, and testing this page you may want to ustilize the Browser Developer Tools (see Useful Tips). to view the JavaScript Console for warnings and errors. You can also use the JavaScript console.log) method to display variable values in the Console to help debug your code This web page should also have a link back to your Home Page web page You MUST use the W3c HTML5/CSS3 validator page at ht glunicorn! to verify your code

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!