> What I exactly need is to have a user enter in an address or zip code
> on the "main" page, geocode that address, and pass that data to the
> "map" page. When the data arrives at the map page, I need the map to
> zoom and center on the address before it completely loads.

Don't use GDownloadUrl if you're not going the ajax route, which
you're not if you want to load a "new" page.
GDownloadUrl is used to fetch new data for the existing page.

page-with-form ends up calling
   window.location = "someoldfilename.php?
centrelat=2.73&centrelong=-65.7&centrezoom";

someoldfilename.php reads the params.
It could even pass them along to the new page, which could read its
own querystring using javascript

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to