Oh yeah. I see. Like stopping the request.
Is kinda like a "big search". take too long to process the request. when the
user click on the button to submit the search, I make appear another one to
cancel the request.
Thanks for help. It worked.

On Fri, Oct 30, 2009 at 16:25, James <james.gp....@gmail.com> wrote:

> I've never tried this before but did a search on it and found this
> thread:
> http://codingforums.com/showthread.php?t=85775
>
> Specifically:
>    window.document.execCommand('Stop');
> and:
>    window.stop();
>
> Try it out and let us know if it works or not. :)
> Just curious, what are you using it for if you don't mind sharing?
>
> On Oct 30, 8:41 am, "gjha...@gmail.com" <gjha...@gmail.com> wrote:
> > What I mean: everyone knows that to cancel a form submission it just have
> to
> > put an "return false" in the submit function of the form.
> > But I want a link in the page that executes a function that can stop a
> > running-submission of a form. got it?
>

Reply via email to