Off-site JSON Ajax
Off-site JSON Ajax
I'm working on a project for a newspaper and, being print media, the ancient CMS is causing problems.
I'm trying to get a set of data to appear in a table. The catch is, I don't have access to anything required for server-side processing, and I can only put a txt file of JSON on a file server with a different domain than the sites involved which trips up browser security.
My question is, are there any workarounds to get this (http://extras.insidebayarea.com/news/salaries/status/ajaxRequestStatus.html) working in this (http://www.contracostatimes.com/ci_16976082) or am I boned?
I'm trying to get a set of data to appear in a table. The catch is, I don't have access to anything required for server-side processing, and I can only put a txt file of JSON on a file server with a different domain than the sites involved which trips up browser security.
My question is, are there any workarounds to get this (http://extras.insidebayarea.com/news/salaries/status/ajaxRequestStatus.html) working in this (http://www.contracostatimes.com/ci_16976082) or am I boned?
This discussion has been closed.