enable to make easy and fast progress log-in form to verification username and password without refresh page to check valid account and lets to redirect to user page!
Run Tested in IE6, FF3, Opera9 and i think should be worked in other modern browsers as well
easy to used with any method login verification
Automattic redirection could be done within the javascript config
Verification account without refresh page
Message Error login
How To Crating Ajax Login Form
First, let’s start to creating the login form page. I will explain you the code this code will be check login action so you can change the verification method using database mysql or something like that.
this php code to check verification username and password write in ouf.php file name :
and after you crated verificatioin code now you can write html code to make login form but you must call javascript ajax to progress verification without refresh.
this code to call javascript ajax put on header in login.html file: