Hello Eric,
The reason I want to avoid using JSON is the overheads involved in transforming the XML data into JSON. And besides, I have never worked with JSON so there would be some overheads involving time too. Is there some other simpler way in which I can continue using the AJAX call from the remote Javascript?
----------------------------
Web Server 1 =
www.abc.com ----------------------------
<script src="http://www.xyz.com/js/data.js"/>
----------------------------
Web Server 2 =
www.xyz.com (data.js)
----------------------------
// Makes AJAX call to application and transforms the XML data into
// HTML and then populates DIVs present in the HTML document that
// invoked it.
As of now, I keep getting the "Permission Denied" error.
