How to transfer value of parameter outside the function? Have the following construction : cells = addFeatureEntryMarker(); cells.id=''; var url = "http://localhost/getxml"; GDownloadUrl(url, function(data, responseCode) { cells.id = data; // }); cells.id; //Value of "cells.id" did not seen outside GDownloadUrl function. Please advise
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---