Re: how to detect when the user presses the stop button

2002-07-29 Thread Tony Baity
Mailing List > To: Struts Users Mailing List > Subject: Re: how to detect when the user presses the stop button > > Yes, it has been answered. The answer is that, assuming the page they > are waiting to load is printing things out, you will get an IOException > when you try to sen

Re: how to detect when the user presses the stop button

2002-07-29 Thread Craig R. McClanahan
On Mon, 29 Jul 2002, Eddie Bush wrote: > Date: Mon, 29 Jul 2002 14:10:45 -0500 > From: Eddie Bush <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: how to detect when

RE: how to detect when the user presses the stop button

2002-07-29 Thread Dan Petrie
Look on jGuru.com You will find the answer there. -Dan- -Original Message- From: Andrew Geery [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 3:18 PM To: 'Struts Users Mailing List' Subject: RE: how to detect when the user presses the stop button I saw that answer,

RE: how to detect when the user presses the stop button

2002-07-29 Thread Andrew Geery
onday, July 29, 2002 3:11 PM To: Struts Users Mailing List Subject: Re: how to detect when the user presses the stop button Yes, it has been answered. The answer is that, assuming the page they are waiting to load is printing things out, you will get an IOException when you try to send output.

Re: how to detect when the user presses the stop button

2002-07-29 Thread Tony Baity
This is a browser client and JavaScript question unless you are using an applet with an open connection to your server. You may want to redirect the question to the Mozilla org. The browser folks have not built in detection of those window component events on an individual basis except for gen

Re: how to detect when the user presses the stop button

2002-07-29 Thread Eddie Bush
Yes, it has been answered. The answer is that, assuming the page they are waiting to load is printing things out, you will get an IOException when you try to send output. AFAIK, this is the only way to detect it. Andrew Geery wrote: >I was looking through the struts archive and I've seen thi