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 when it returns a true, how do I submit the form to call the new page? Do I put the new page in the action of the form and simply call the submit function for the form? Or is there a way to use "load" in a post where it calls a program rather than loads the url into a div? ...