it it possible to get the form action of a GET form on submit including all of the get variables added on the end?
The reason being I want to use AJAX to run the script that the form submits to, and then just display a thank you message.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jQuery makes this extremely easy: http://api.jquery.com/serialize/.