Wednesday, March 11, 2009

Auto Refresh on JSP

on jsp / servlet you can force to refresh web client, in other case you can use java script.

on jsp you only add 1 line code :

response.setIntHeader("Refresh", 600);

600 = 600 second = 6 minutes

good luck

1 comment:

Anonymous said...

it's nice
thank you