Title: Message

That would definitely do it.  Send a bug report to Sam, who maintains prototype.  He’s never replied to my bugs in the past, but most of them eventually got fixed.  Should probably also fix that line where it looks for ‘get’ to compare in lower case, while you’re at it. That way it’ll accept any case and send it on correctly.

 

if (this.options.method.toLowerCase() == ‘get’)

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam
Sent: Thursday, June 22, 2006 1:20 PM
To: [email protected]
Subject: RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

 

I think the fix for Ajax 501 error in prototype.js would be to force the method to upper case on the transport.open line 679

 

      this.transport.open(this.options.method.toUpperCase(), this.url,

 

Sam

 

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

Reply via email to