How can i use a javascript function eval in GDownloadUrl

Posted by user308091 on Stack Overflow See other posts from Stack Overflow or by user308091
Published on 2010-05-30T04:14:57Z Indexed on 2010/05/30 4:22 UTC
Read the original article Hit count: 181

Filed under:

example: function getGeoInfo(q) { GDownloadUrl("search.php?q="+q, function(data) { eval(data); }); }

© Stack Overflow or respective owner

Related posts about google-maps