Created
March 26, 2013 21:41
-
-
Save phpmaps/5249567 to your computer and use it in GitHub Desktop.
Esri request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dojo.byId("url").value ="http://earthquake.usgs.gov/earthquakes/catalogs/eqs1day-M1.txt"; | |
var requestHandle = esri.request({ | |
url: url.path, | |
content: url.query, | |
handleAs: "text", | |
load: requestSucceeded, | |
error: requestFailed | |
},{useProxy:true}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment