OK I tried creating an onsubmit=toggleSearch() function which connected to the php script I wrote (via GDownloadURL()) but it seems that it won't recognize the $_POST['field'] in my $query line.
Is there somewhere in my search.php script that I have to specify which FORM to connect to or does it automatically go to the FORM with a method="POST"? On Jul 14, 12:44 pm, Rossko <[email protected]> wrote: > > 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.
