You have to see if the site in question supports JSONP.
You have to also use the dataType option in your ajax call set to 'jsonp', as well as specify the correct callback argument.
MiffTheFox
2009-07-02 10:51:07