I need a really basic login that uses JavaScript to validate that the userid and password are correct.
The userid should be either milton1 or shelly15
The password should be k1mb3r for milton1 or 4ng3l for shelly15
This is for a beginner html class assignment, so the lack of security is not...