hxrz owner Posted June 8, 2007 Share Posted June 8, 2007 the problem is, ive been looking on all these sites and i havent been able to find a javascript code that can make a user register AND login all in one, Question, is it even posible to do in javascript? if so where can i get the code Quote Link to comment Share on other sites More sharing options...
bobleny Posted June 9, 2007 Share Posted June 9, 2007 By login, do you mean check the username and password the user enters into a form and then checked against a database? If that is the case, you can't do that with Javascript. You can use Javascript to validate your form if you choose. Though, you also need to validate it with a server side language. You can use AJAX to submit data to the server to and sign the up and sign them in like that if you choose. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.