Title: Message

 >  As far as I know, all the way back to 5.0.  Prototype, however, doesn’t work in 5.0, but does work in 5.5 when things like array.push() and for…in were added (odd that such basic language features were missing from 5.0).

 

 

I'm getting an Ajax error loading a URL.  I don't have much diagnostic code... ;-)

 

  loadPageError:  function(request) {
   alert('An error occurred loading the URL: ' + this.URL);
  },

Does the parameter (request) or the "this" object hold error information that I can alert?

 

Sam

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to