Re: giving delayed response
Amr Mostafa <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
you can use the refreshh meta tag in your waiting notice response to call your original servlet <HTML> <HEAD> <META HTTP-EQUIV="Refresh" CONTENT="9; url=http://www.site.com/servlet"> </HEAD> <BODY> Processing your request.. </BODY> <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