Very Simple Js Static Login
Just trying to get a very simple js login to validate a static username/password however cant seem to get it to work. Any help would be appreciated. var checkLoginPass = function (
Solution 1:
Use location.replace("http://www.google.com");
instead of window.location("http://www.google.com");
Post a Comment for "Very Simple Js Static Login"