Create an HTML5 page with JavaScript containing a form that simulates a credit card payment submission form. The user will input values in each field of the credit card form. Validate the form per credit card requirements. Cater for Visa, Mastercard, and American Express credit card types. Use http://ss1.ciwcertified.com/
Script 2
Create an HTML5 page with JavaScript containing a form that includes 2 textboxes (one for the name, one for an email address), a textarea, a dropdown box, a set of radio buttons, and a set of checkboxes. The action attribute of the form tag should be an alert displaying the valid information entered into the form. Add JavaScript event handlers to the form to validate the form. If there is a problem, display the problem with the page in some way. Possible ways to do this are a pop-up box displaying the problems in a new window in red text displaying the problems in red text next to each field Validate that an entry has been made in each form element. Validate that the email address contains an @ sign. Add a second drop-down list and make this second one dynamic, i.e. make the choices that appear in the second drop-down list depend on what choice is made in the first list.
Get Free Quote!
291 Experts Online