> I have started to try and code this. I am questioning if I would need
> to create a seperate page to do my search alike the PHP example.

Not sure what you mean by "page".
You'll need a webpage with a form for the user to fill in.
There's two ways you might go from there ;
(A) That webpage also contains a map.  The user's form data get sent
to some server script, which responds with data, and the javascript at
the webpage displays that on the map on the same webpage.  This is
AJAX. This is what the php/mysql example does.
or
(B) That webpage sends the user's form data to some server script,
which responds by loading a brand new webpage to the browser with a
map and the relevant 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=.


Reply via email to