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 -~----------~----~----~----~------~----~------~--~---
