Panjabel Posted June 15, 2007 Share Posted June 15, 2007 var userid = document.getElementById('userid').value; var password = document.getElementById('password').value; xmlHttp.open("GET", "login_php.php?userid="); what is wrong in this code ? if i remove "var" declarations it will work please help Quote Link to comment Share on other sites More sharing options...
Panjabel Posted June 15, 2007 Author Share Posted June 15, 2007 solved thanks 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.