/ Published in: JavaScript
Expand |
Embed | Plain Text
new Ajax.Request('test4/data/retrievePicasaData.php?bounds='+ picasabounds, { method:'get', requestHeaders: {Accept: 'application/json'}, onSuccess: function(transport){ var json = transport.responseText.evalJSON(true); alert(json); } });
Comments
Subscribe to comments
You need to login to post a comment.

Goood! I do need it. Thanks