Have the user enter a username and password and click a button.
Check that the user's attempt at a username matches the actual username (marxg1)
and that the user's attempt at a password matches the actual password (swordfish).
Use a Password input for the password. If both username and password match navigate to a new page; otherwise, pop up a message indicating a
problem. Count the number of attempts and disable the button after three
failed attempts.
2. Revised Salary calculator. Revise for salary calculator homework so that instead
of the user entering a wage, the user selects a job title (such as Waiter/Waitress,
Host/Hostess, Bartender, Cashier, Manager, Dishwasher). Then use a switch statement
to determine the user's wage based on the selected position. If the user changes the
job title selection, the answer should be cleared out.
We need to schedule our first test. I am thinking of Friday, Oct. 2
1. Where Am I? Make a page like that shown below. It has two drop-down selects that
allow the user to choose a day and time of day. After the user chooses a day and time, your
code should determine your anticipated location for that time and day (use if's, possibly
Boolean AND/OR or nesting). You should code at least this course,
CSC 230, and one other course you are taking or other activity. There should be a default
message for times and days not accounted for in your logic. The display should be cleared
if the user changes either the time or the day selected.