Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
Answer / 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 |
Define Static Block.
What is < jsp:forward> tag for?
Tell us about the jsp life cycle methods.
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
How clear chache and buffer of opera browser.
Explain pge Directives.
Differentiate between <jsp:include page=…> and <%@include file=…>.
how to enable session tracking for jsp pages,if the browser has disabled cookies?
Which two interfaces does the javax servlet jsp package have?
What is pagecontext jsp?
Where do I create jsp in eclipse?
What is a output comment?