Re: giving delayed response
"Xu, John" <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Using Refresh meta tag in my jsp pages. It works well on IE5.5 but does not referesh on IE6.0. Someone knows what's the problem? Thanks John -----Original Message----- From: Amr Mostafa [mailto:[email protected]] Sent: Sunday, May 11, 2003 10:44 AM To: [email protected] Subject: Re: giving delayed response 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 ___________________________________________________________________________ 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