Jump to content

User name/password?


guitar idiot

Recommended Posts

Ok you know who you can validate stuff with JavaScript? How do you make so you have a database that you can have and when they click submit or whatever it matches up with the database to see if it matches? Like a username password interface. Iknow how to make the boxes and how to make it so it rejects you, I just don't know to have a more than one answer for it.

Link to comment
Share on other sites

You can't connect to a database using pure JavaScript, you have to use a server-side language or AJAX. You could use XML, but then everyone would be able to see your passwords...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...