How can multiple submits due to refresh button clicks be prevented?



How can multiple submits due to refresh button clicks be prevented?..

Answer / Kameshwar Upadhyay

You can prevent multiple submissions by using JavaScript to disable the submit button after it has been clicked or by implementing server-side validation to handle duplicate requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is the use of implicit object named "application" in Application?

1 Answers   Indriyn Data Labs,


What is jsp index?

1 Answers  


What is difference between include directive and jsp:include action?

1 Answers  


mention the three important tags used in the development of jsp bean.

1 Answers  


What is a declaration?

1 Answers  


What is jstl?

1 Answers  


Differentiate between pagecontext.include and jsp:include?

1 Answers  


How can multiple submits due to refresh button clicks be prevented?

1 Answers  


A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?

1 Answers  


What is a tag file?

1 Answers  


What is jsp net?

1 Answers  


What does jstl mean?

1 Answers  


Categories