Hai,
In the JSP i call a method which does some process and it returns a boolean value. I capture the return value in my JSP. If the client has to see the progress of the process what is the way to to do it. I tried out with a class file which opens a frame and closes it at the end of the process. But, this frame is displayed in the server machine and not in the client side. Is there anyother way of doing this.
-
Progress of a process to be displayed in JSP (1 messages)
- Posted by: vino priya
- Posted on: November 18 2000 22:22 EST
Threaded Messages (1)
- Progress of a process to be displayed in JSP by veguru viswa deep on November 21 2000 06:57 EST
-
Progress of a process to be displayed in JSP[ Go to top ]
- Posted by: veguru viswa deep
- Posted on: November 21 2000 06:57 EST
- in response to vino priya
it seams that your are using frame in server side so it was called in server. see what html your getting.
ultimately any jsp will create .html file. in that.html file you should have this frame code. so you can watch what code your genrated
veguru