Page 1 of 1

Next modify assignment4.html to include the JavaScript code required for field validation. Following are the guidelines

Posted: Tue Jul 12, 2022 8:21 am
by answerhappygod
Next Modify Assignment4 Html To Include The Javascript Code Required For Field Validation Following Are The Guidelines 1
Next Modify Assignment4 Html To Include The Javascript Code Required For Field Validation Following Are The Guidelines 1 (46.32 KiB) Viewed 29 times
Next Modify Assignment4 Html To Include The Javascript Code Required For Field Validation Following Are The Guidelines 2
Next Modify Assignment4 Html To Include The Javascript Code Required For Field Validation Following Are The Guidelines 2 (46.57 KiB) Viewed 29 times
Next modify assignment4.html to include the JavaScript code required for field validation. Following are the guidelines for validating the user input: → All the fields are mandatory (cannot be left blank) → The postal code has to be in the a0a0a0 format - (research it on the internet) → Province is one of QC,ON,MN,SK,AB,BC.
→ Age has to be at least 18 yrs. old. → The Email field must contain the @ and. characters (5\% of the mark for using a regular expression - research it on the internet) → The Confirm Password and Password fields should have identical input. → Passwords must have at least 6 characters and must contain at least one digit and one upper-case character. (5\% of the mark for using a regular expression - research it on the internet) Vhen the form fields pass validation, an alert message is displayed to show a onfirmation message (e.g. "Thanks for registering with our website, your ustomer record was created successfully."). 10% of the mark) Customize/design your page using a CSS style sheet and raphics of your choice. Include a banner area with graphics and a title of your thoice, add additional visual enhancements to the page as you consider suitable. Upload the html document and supporting picture files to the studentweb server and create a hyperlink called Assignment 4 from your home page to point to the assignment4. html file.