Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This example uses oninput event just for one textbox. If user enters an odd number, the image (on the right of textbox) is changed OK.
This example uses "oninput" event just for one textbox. If user enters an odd number, the image (on the right of textbox) is changed "OK". If even, then image shows "NO" icon. If there is no input in the box, then there is no image is shown. In a similar way, you will have three input field at one page, with the following order. Form Validation Username: Password: Email: The validation rules are as follows: The username field must contain only alphanumeric characters. The password field should be at least five characters long. The email field should be a valid email address (abc@def.xyz). In simplest form, it should contain at least "@" character and "!" Accordingly "@.", and "@" will be valid entries. Similar to above example (proj1_sample.html) you need to show OK image if entry is valid or NO image is entry is not valid.The small (25x25) image will be on the right of text fields. If user enters nothing (empty box) in box, then no image is shown (same as proj1_sample.html). To complete this assi
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started