Question: Within the createID() function, create an if statement that checks if the values of the elements referenced by the fname, lname, and zip variables are

 Within the createID() function, create an if statement that checks if

Within the createID() function, create an if statement that checks if the values of the elements referenced by the fname, lname, and zip variables are all non-null. (Hint: Write a compound condition to check that each value is not equal to an empty string ("").) Add the following statements to run if the condition is true:

4. Declare a new function named createIDO. Declare the local variables listed in the table shown below, assigning values from each of the corresponding elements. VARIABLE fname lname zip account ELEMENT ID VALUE fnameinput lnameinput zipinput accountidbox Also declare a variable named fields with a value that references all elements with the tag name input. Finally, declare acctid, firstInit, and lastInitas empty strings. 5. Within the createIDO function, create an if statement that checks if the values of the elements referenced by the fname, 1name, and zip variables are all non-null. (Hint: Write a compound condition to check that each value is not equal to an empty string (" ).) Add the following statements to run if the condition is true 6

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!