Re-JeeP Posted July 20, 2006 Share Posted July 20, 2006 Hi!Does anybody know how to stop / abort an AJAX-Request?// Johan Quote Link to comment https://forums.phpfreaks.com/topic/15180-how-to-stop-abort-an-ajax-request/ Share on other sites More sharing options...
cmgmyr Posted July 20, 2006 Share Posted July 20, 2006 When your request is processing you can add some html with a button in it linked to myRequest.transport.abort(); that should kick it out of what it's doing-Chris Quote Link to comment https://forums.phpfreaks.com/topic/15180-how-to-stop-abort-an-ajax-request/#findComment-61324 Share on other sites More sharing options...
Re-JeeP Posted July 21, 2006 Author Share Posted July 21, 2006 Thanks alot! Quote Link to comment https://forums.phpfreaks.com/topic/15180-how-to-stop-abort-an-ajax-request/#findComment-61526 Share on other sites More sharing options...
cmgmyr Posted July 21, 2006 Share Posted July 21, 2006 No problem, I hope it worked out for you.-Chris Quote Link to comment https://forums.phpfreaks.com/topic/15180-how-to-stop-abort-an-ajax-request/#findComment-61611 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.