Re-JeeP Posted July 20, 2006 Share Posted July 20, 2006 Hi!Does anybody know how to stop / abort an AJAX-Request?// Johan 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 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! 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 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
Archived
This topic is now archived and is closed to further replies.