Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In a update on one of my old project, which uses
HTML
<script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.2">

and was replaced by
HTML
<script type="text/javascript" src="http://js.arcgis.com/3.14/"></script>

Then, the page does not display with JavaScript error: xhrFailed.
What's is proper approach to debug it? Thanks.
Posted
Comments
Afzaal Ahmad Zeeshan 21-Jul-15 10:40am    
You maybe loading the page using ajax. Ajax failed.
ZurdoDev 21-Jul-15 12:16pm    
Looks like an ajax error. You need to find the line of code causing it. Open the debugging tools in IE, go to scripts, and click Start debugging.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900