| Author |
Displaying a please wait message while processing
|
Madhavi Kolli
Greenhorn
Joined: Mar 13, 2006
Posts: 2
|
|
|
I hava a JSP page which does some processing. This is taking alot of time and i would like to display a Please wait... processing message till then. Can anyone help to write the code in JSP for this.
|
 |
Chetan Parekh
Ranch Hand
Joined: Sep 16, 2004
Posts: 3636
|
|
Madhavi Welcome to JavaRanch! Check this and this pages.
|
My blood is tested +ve for Java.
|
 |
Madhavi Kolli
Greenhorn
Joined: Mar 13, 2006
Posts: 2
|
|
Originally posted by Madhavi Kolli: I hava a JSP page which does some processing. This is taking alot of time and i would like to display a Please wait... processing message till then. Can anyone help to write the code in JSP for this.
My page is not displaying the Please wait.. message till the servlet is processed. It's disappearing before the servlet is processed
|
 |
Chetan Parekh
Ranch Hand
Joined: Sep 16, 2004
Posts: 3636
|
|
Originally posted by Madhavi Kolli: My page is not displaying the Please wait.. message till the servlet is processed. It's disappearing before the servlet is processed
How you are doing it? Post your code.
|
 |
 |
|
|
subject: Displaying a please wait message while processing
|
|
|