> if there is no return false after function php can get the address > but , function showAddress doesn't work ? any ideas ?
Re-read what Andrew said about using GDownloadUrl. If you want the whole page not to refresh on form submission, you must have return false in the onsubmit, as you've found. If you have that, you must do everything you want to do in javascript, including sending the data to a server side php script and seeing if it was sucessful. -- 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.
