Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

=+2 How does the preparation and support for each type of IE vary?

Answered: 1 week ago

Question

=+What is the extent of the use of each type of IE?

Answered: 1 week ago