adspace
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
Answer Posted / Pravesh Kumar
Yes, you can prevent multiple submits to a web page when the refresh button is clicked by using JavaScript or AJAX to submit a form only once. This can be achieved by disabling the submit button after the first submission or by preventing the default action of the refresh button.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers