I have an "Export" button that sends the form data via Post. I need this data to be sent multiple times without refreshing the page, but the browser is blocking more than one "Submit" of that form. How can I resolve this?
I have an "Export" button that sends the form data via Post. I need this data to be sent multiple times without refreshing the page, but the browser is blocking more than one "Submit" of that form. How can I resolve this?