Can you stop multiple submits to a web page that are initiated by clicking to refresh button?



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

Post New Answer

More JSP Interview Questions

Define Static Block.

1 Answers  


What is < jsp:forward> tag for?

1 Answers  


Tell us about the jsp life cycle methods.

1 Answers  


how to insert star image and need to rate it.. one star two star so on how to do in jsp...????

1 Answers  


How clear chache and buffer of opera browser.

1 Answers  


Explain pge Directives.

1 Answers  


Differentiate between <jsp:include page=…> and <%@include file=…>.

1 Answers  


how to enable session tracking for jsp pages,if the browser has disabled cookies?

2 Answers  


Which two interfaces does the javax servlet jsp package have?

1 Answers  


What is pagecontext jsp?

1 Answers  


Where do I create jsp in eclipse?

1 Answers  


What is a output comment?

1 Answers  


Categories