is it there any way to post a form to more URLs?
I need it in javascript..
For example: I’ve got 2 documents: 1.php and 2.php.. I want the form to post data to the both of these files, but go to the 1.php..
Do you know any way?
is it there any way to post a form to more URLs? I need
Share
You need a form with the action “1.php” and jQuery.