Browse - programming tips - how to execute content from another domainDate: 2010may26 Language: javaScript Q. A restriction of JSON is that you can only call back to the originating domain. Is there a way around this? A. This rule does not apply to <script> so you can inject <script> tags into your DOM and return JSON. This exception maybe be restricted in the future. More info: http://en.wikipedia.org/wiki/JSON#JSONP
Add a commentSign in to add a comment | Advertisements:
|