Display String value for given period
I have two string value
String string1="msg1";
String string2="msg2";
In my jsp i would like to display the string1 value for only 30 seconds(without refreshing the page), after 30 seconds completed i need to display only string2 value continuously.
How to achieve this ?
Last edited by cloudsuser; June 25th, 2010 at 10:33 PM..
|