macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: How do you cancel an html cfgrid request after it is sent.

Subject: Re: How do you cancel an html cfgrid request after it is sent.
From: GArlington <garlington@xxxxxxxxxxxxx>
Date: Wed, 30 Jul 2008 02:38:13 -0700 (PDT)
Newsgroups: macromedia.coldfusion.advanced_techniques

On Jul 29, 4:27 pm, "BrianO" <webforumsu...@xxxxxxxxxxxxxx> wrote:
> I was testing a cfgrid and because of an error in the code it took a long time
> to respond so I hit the IE6 (I know, but that is my customer's call) stop
> button and tried to submit the grid request a second and then a third time. I
> received 3 error messages, one for each of the threads. I fixed my bug and 
> know
> I'm dealing now in the asynchronous world of AJAX, but how do I 
> programatically
> allow a user to cancel a request for data from a html-based cfgrid?

AFAIK You CAN NOT cancel the request, you can ignore the result
though, it is your script that gets and processes the result after
all...

<Prev in Thread] Current Thread [Next in Thread>