I have a question about creating a login page with HTML and maybe Javascript.?

John S

New member
So how do I make a login page that doesn't require a server. It doesn't matter if you don't know how to make a "register" thingy, the login code that you give me can just have one password and username and if the password and username is correct then the user is directed to a new page.


THANKS guys, if anyone answers and gives a good answer I will vote the next five of their answers best answers. THANKS AGAIN!
 
Well, you need to store the usernames and passwords somewhere to see if they are legitimate. Normally, you would create a database file to store this information.
 
Back
Top