Wow! I love it when you talk ~Dummy~ to me.

That is exactly what I suspected I just wasn't sure, I appreciate that
you explained that to me.

So far I have broke out what I need it to do into steps now its just
writing the code for those steps....

1. In vb I'm going to convert the searched address into geocode.
2. I'll define that geocode
3. Create a SQL datasource
4. Do the Query
5. Output the xml
6. Catch the xml in the javascript
7. Use the same javascript that is provided on the website you gave me
to populate the map.

On Nov 19, 4:29 am, Rossko <[email protected]> wrote:
> > It looks like the code that I posted for the php was set up as its own
> > page
>
> I woudn't call it a 'page' as such, but it is an independant
> serverside script yes.
> Here's what it does in isolation.
> "Something" calls it by using its URL wth some querystring parameters
> attached.
> The php script reads the parameters, and uses them as selectors to
> search a database.
> It outputs the results as XML dynamically.
> To the calling "Something", it just looks as though the URL points to
> an XML file.
> You could view this script as an XML service provider, so far as the
> rest of the net is concerned.
>
> In the original application, the javascript takes user input and
> builds a parameterised URL to call that remote script.
> The javascript digests the XML it recieves in return and changes the
> display (on the same page) accordingly.
>
> How you do client-server interactions in ASP I have no idea.

--

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