RE: Detecting The Stop Button

2004-09-13 Thread Varley, Roger
If your application is for internal use *and* you have control over your client configuration you may want to investigate placing an invisible applet on your page that talks to your pinger program. Regards Roger __ This e

Re: Detecting The Stop Button

2004-09-13 Thread Andoni List
nal Message - From: "Les Parkin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 10:51 AM Subject: Detecting The Stop Button > Hi, > > I am working on an application that allows users to run database queries > from a web browser

Re: Detecting The Stop Button

2004-09-13 Thread Thomas Kellerer
On 13.09.2004 11:51 Les Parkin wrote: > Hi, > > I am working on an application that allows users to run database queries > from a web browser (we are currently using Tomcat 5.0.25). A problem > arises when a user starts a new query and then decides that they want to > cancel it by hitting the bro

Detecting The Stop Button

2004-09-13 Thread Les Parkin
Hi, I am working on an application that allows users to run database queries from a web browser (we are currently using Tomcat 5.0.25). A problem arises when a user starts a new query and then decides that they want to cancel it by hitting the browser "stop" button. After a lot of reading on th