Hi all :) I'm testing the ability to abort an Ajax request using Prototype 1.5.1.
Here's my code fragments: var request = new Ajax.Request(ajaxURL, opts); request.transport.abort(); Why am I getting the errors below: TypeError: contentType has no properties [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://zeus.dev.where2getit.com/w2gi/javascript/prototype.js :: anonymous :: line 1109" data: no] Please help. Les --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
