Hi,
I have a form that I want submitting data to different pages based on the submit button the user clicks. For example if they click on submit#1 then it posts the data to page1.php and if they click on submit#2 it posts to page2.php.
What would be the javascript code to accomplish this.