
i use two jsp page and one servlet .And i try to submit the 1st JSP to the servlet for processing.but the servlet takes time (lot of Database operations) to make request ready for 2nd JSP. I would like to display animated loading image on 1st JSP while the request is being processed. If I use form submit , the animated loading does not show animated.I would like to know how to show animated loading image on regular form submit..