I'm trying to make the simplest of logins. Simply need to have a 1 static username/password to proceed to next html page in my directory via button click.
I've tried using this method but doesn't seem to work for me.
<input type="text" name="login" required pattern="user123">
<input type="text" name="password" required pattern="password1234">
Any ideas would be helpful. Heres the full login if it helps http://jsfiddle.net/aHzAP/