> The question so becomes: hw to control a javabean while map is > visible? i mean the strategic way, the implementation isn't the prob, > there's google, which is the best teacher :)
I don't know what a javabean is but Google suggests it lives server- side. To 'read' a javabean from the client-side jvascript should be just another AJAX action; Client script uses GDownloadUrl or similar to fire a GET or POST request to your server. The server runs whatver coding it runs to generate some data to return to the client. Your client script recieves, parses and acts on the data. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
