Re: [jQuery] Re: Cancel form submission "by outside"

2009-10-30 Thread gjha...@gmail.com
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 wrote: > I've n

[jQuery] Re: Cancel form submission "by outside"

2009-10-30 Thread James
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