Wow you were right that was exactly the issue. I know you can't use Ajax cross-domain but I had no idea that putting in the full URL would cause problems. It was also very strange because it only happened on certain computers / browsers.
Regardless, thanks so much for your help! On Apr 7, 1:27 pm, Walter Lee Davis <[email protected]> wrote: > Is there a reason why you are using complete URLs in your call? > > var categoriesInitUrl = 'http://www.tonerize.com/catalog/picker/categories/' > ; > > You might get better mileage by making these relative URLs. > > var categoriesInitUrl = '/catalog/picker/categories/'; > > Walter > > On Apr 7, 2009, at 10:52 AM, Yaron wrote: > > > Does anyone have any idea why we're having a problem here? It's not > > like the request is sent and nothing is sent back. The request is not > > even made when it doesn't work. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
