Hi, I called res.setStatus(HttpServletResponse.SC_NO_CONTENT) before db process, but still a white page coming back. do you have more idea? David -----Original Message----- From: Paul King [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 12:14 PM To: [EMAIL PROTECTED] Subject: Re: stop David: Could you have your servlet return a status code of 204 (No Content) immediately before the database operations? Regards, Paul King -----Original Message----- From: David Du <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April 27, 2000 10:34 AM Subject: stop >Hi, have I sent through this message ? > >Thanks > >Hi, I am running a problem with servlet, I have a servlet which get data >from one backend database and send the data to another database, this >process is done when users browser our website. My issue is that I don't >have any data sent back to the browser displayed on a page, but the server >is trying to send back an empty white page, so the It is running the busy >cusor all the time until the servlet process is done, actually we need to >load another page immediately after the servlet starts, so the white page >comes after the other page, I want to write codes(javascript, html, or >others) to similate clicking the stop button on the browser toolbar like >window.stop(), but this only works for Netscape, not for IE5.01, would you >guys please help me with this issue ? > >Thank you very much in advance ! > > >David Du > >___________________________________________________________________________ >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 ___________________________________________________________________________ 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
