Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

create an html and JavaScript file to transfer or copy data from one field to another based on user indicating they should have the same

image text in transcribed

  1. create an html and JavaScript file to transfer or copy data from one field to another based on user indicating they should have the same value

Example: Shipping Address and Billing Address

  1. Create a custom browser based validation feedback using the following
    1. checkValidity() and setCustomValidity() methods -
    2. CSS :invalid and :valid pseudo-classes
  2. selectedIndex = -1
  3. placeholder

To change properties of form elements based on validity status.

image text in transcribed

Sample: Billing Address First Name Maria Last Name Santiago Street Address 1 Main St City Las Cruces State NM Zip 88001 Phone 575-555-2000 checking "same as billing address" box copies Billing Address control values to Delivery Address controls Delivery Address same as billing addresse First Name Maria Last Name Santiago Street Address 1 Main St City Las Cruces State NM V Zip 88001 Phone 575-555-2000 values copied from corresponding fields in Billing Address section Sample: background color changed to pink because field content is invalid First Name Last Name Street Addre Please fill out this field. all browsers that support browser-based validation display the bubble text you specified with the setCustomValidity ( ) method City

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

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions

Question

=+4. What mistakes did candidate Buddy McCoy make in his interview?

Answered: 1 week ago