I have a form that currently has action post to a php page
when i submit the form i want it to be submitted four times
eg
Im not too picky on the method of how it gets done, just as long as i can do it.
I was thinking worse case scenario i have it open a popup window for each of those scripts to run
Can anyone help me ?
| Code: |
|
<form id="postform" method="post" action="./ADADD.php?mode=post&f=34&s=4"> |
when i submit the form i want it to be submitted four times
eg
| Code: |
|
<form id="postform" method="post" action="./ADADD.php?mode=post&f=34&s=4"> <form id="postform" method="post" action="./ADADD.php?mode=post&f=34&s=3"> <form id="postform" method="post" action="./ADADD.php?mode=post&f=34&s=2"> <form id="postform" method="post" action="./ADADD.php?mode=post&f=34&s=1"> |
Im not too picky on the method of how it gets done, just as long as i can do it.
I was thinking worse case scenario i have it open a popup window for each of those scripts to run
Can anyone help me ?
