Unable to submit a form to 3rd party site 2 times

Hello all,

I was hopping to get some help… I’m trying to have a local html file on my computer that has a form on it submit a form using post to a web site to poll information. The problem I’m running into is that I can post to the site and poll information but if I just hit the submit button again it does not display the polling site any more.

here is my submitting form


<form id=“pollerform” name=pollbymac action=“http://xxxxxxx.com/toring” method=“POST”>
<input type=“hidden” name=“report” value=“0”>
<input type=“hidden” name=“boxGroup1” value=“1,2,3,4,7,8,9,10,11,18,21,25,40,41,43,44,45,46”>
<input type=“hidden” name=“searchType” value=“number”>
<input type=“hidden” name=“account” value="">
<input type=“hidden” name=“state” value="">
<input type=“submit” value=“Submit”>
</form>


any help is welcomed

thank you