Hello All
I have trouble refreshing a
JSP page which waits for a
thread to complete.
In the mean time till the thread is not completed, it displays a message recurringly.
I have used setTimeout(location="MyJsp.jsp",1000);
By using this whole window including the status bar is also getting refreshed or rather re-loaded, which is not what i want.
I want only the message to be recurred for which i have the logic in a function written using javascript for displaying it recurringly till the thread is running.
Thank you in advance