I have a form where I send info from a login page to a validation page using POST. If the values on page 2 do not validate there is a javascript snippet to redirect to page 1. If the values do validate then the user is redirected via javascript to the user control panel. The user never really sees the login validation page. How do I send the failed values back to page 1 using POST? I can use GET, but I am trying to figure out what I am doing wrong with POST.
If you need more, let me know.



Reply With Quote


Bookmarks