[jQuery] Re: I want to do validation via AJAX and then submit form...

2009-02-26 Thread Charles Liu
i think you can : 1. put the new page in the action (as you said) , run the "submit" function of the form when the ajax response is correct 2. run "top.location= the new page" when the ajax response is correct warning: newbie's suggestions above ;) 2009/2/27 Coder > > I need the answer of this

[jQuery] Re: I want to do validation via AJAX and then submit form...

2009-02-26 Thread Coder
I need the answer of this question On Feb 23, 10:13 pm, "webspee...@gmail.com" wrote: > Hey all. > > I am creating a login type screen and when the login button is > clicked, I validate the ID/password via AJAX and if successful, I then > submit the form. > > I have the code to validate, but whe