Venkatesh:
A possible solution is to have your "Please wait..." page have a bit of
JavaScript code that will call the second servlet (the processing servlet)
when it finishes loading.
Example:
<html>
<script language="javascript">
function doCall () {
document.location = "/servlet/procServlet";
}
</script>
<body onLoad = "doCall()">
Please wait, <blink>Processing...</blink>
</body>
</html>
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Venkatesh Kumar A G
> Sent: Friday, May 07, 1999 5:37 AM
> To: [EMAIL PROTECTED]
> Subject: Server Push
>
>
> Hi ,
> Can you please tell me how do I dump two frames of HTML one after
> other.
> ie I send a page like ,
> Please wait Processing........
>
> Then I send Processed Page.
>
> Thanks
> Venkatesh
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html