search for: login_ajax

Displaying 1 result from an estimated 1 matches for "login_ajax".

2006 Mar 15
3
Any one who can help with how to implement such a login?
...ring.com/ I think it is implemented using rails. For if u input the wrong url,u can see a "rails" style error hint. I really like its ajax login system. from the source of the homepage,it can be seen the login part is: <div> <h1>Log In</h1> <form action="/account/login_ajax" method="post" onsubmit="new Ajax.Request(''/account/login_ajax'', {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return false;"> <b style="color:#fff">Email or Name:</b><br/> <input id="...