Page Loading ....please wait....... [in JSP]
Is there any way to make a JSP loading screen for pages that take a long
time to load?
For example, I have a JSP page that takes value from a hardware which take a long time. During that time I'd like to have the page display a message saying
"Please wait while the page loads".
I tried to do something with JavaScript that displays a message Body
onLoad and then it goes away when the page finishes loading, but it
doesnt work wen i use it in jsp..seems to work only in html pages.
Any ideas on a way I could do this with JSP?
Thank you!

