Thursday, 14 August 2014

Code for Auto-Refreshing the Web page

Following code is used to auto-refresh page 
1) In Servlet class
 response.setIntHeader("Refresh", 5);
 

No comments:

Post a Comment