I’m working on Servlet.I want to develop a screen in sucha manner that it refreshes automatically after a specified period of time(suppose 60 sec.) with new data from the database,in case if user does’nt click on “next” button in time.How can i achieve this task in servlets?