Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax sign up and login

$
0
0
if (xmlhttp.readyState==4 && xmlhttp.status==200)
    {
		alert("blahblah");
    }
  }
xmlhttp.open("POST","site.com/signup.php",false);

xmlhttp.send("username=" + document.getElementById("username").value + "&password=" + document.getElementById("password").value);

}

Trying to send sign up info to mysql table. What else do I need apart from above and how do I then use this in a login. (without using jquery).


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>