RE: [Rails-spinoffs] problem with sortable lists and IE

2006-02-15 Thread Joe Hudson
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Hudson Sent: Tuesday, February 14, 2006 10:40 AM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] problem with sortable lists and IE * I sent this message previously from the wrong address so it didn't go through

RE: [Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Joe Hudson
Of Robin Haswell Sent: Tuesday, February 14, 2006 11:02 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] problem with sortable lists and IE You should keep your "url" variables local only = eg "/ajax/order". That will make sure you use the right script on

Re: [Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Robin Haswell
: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Cam McVey > Sent: Tuesday, February 14, 2006 10:48 AM > To: rails-spinoffs@lists.rubyonrails.org > Subject: Re: [Rails-spinoffs] problem with sortable lists and IE > > Hi Joe, > > The problem is that you

RE: [Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Joe Hudson
Any ideas? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cam McVey Sent: Tuesday, February 14, 2006 10:48 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] problem with sortable lists and IE Hi Joe, The problem is that you're att

Re: [Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Cam McVey
Hi Joe, The problem is that you're attempting to make a remote call via the Ajax.Updater with is not allowed. (It's a security thing -- calls are only allowed to go back to the server that originally served up the page). Where you have: "new Ajax.Updater('list-info', 'http://demo.script.aculo.us/

[Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Joe Hudson
* I sent this message previously from the wrong address so it didn't go through so, I apologize in advance if a duplicate shows up * Hello, I am very new to script.aculo.us and prototype but was trying to implement some of the cool ajax functionality with Webwork. I have been having a little trou