PASSWORD:


ASSIGNMENT: Write the code for this login form. You can use document.form.... method to get a handle on the text inputs by NAME, or you can use document.getElementById() to get a handle on the text inputs by ID.
NOTE: The validateLoginAndPassword() function will probably require you to use an IF statement that we haven't covered yet, so we'll quickly go over that before you start.