> Instead of displaying this XML table in a new page how could I re- > route it into a similar GDownloadURL() function to then display the > markers?
You would stop the form's action= doing anything, and instead use onsubmit= to call some javascript that you write, to use GDownloadUrl to fetch your javascript. This is standard AJAX stuff and not maps- specific. -- 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.
