moving a web map to an asked address

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

I have in my application a link to a map site on the web
how can i upgrade the use of this link so when user will click the link
customer's address will be transferd to the right fields in the map site
moving the map to the asked address?

thanks ahead
sam
 
You would just have to code your statement to include that information in
the link. You can't insert the data in the fields, but you can include it
in the URL. How and in what order would depend on the website. Go search
for an address and then look at the URL in the address bar. You should see
the address up there separated by many special characters.

You will have to code your form to build the same type of URL and then link
to that.


Rick B
 
Sam,

What is the URL of the mapsite you are using and how are you linking to it?

Thanks,

Steve
 
their is no change in the address bar when i go to a certun address
is their another way?
 
I found that same problem at "Google Maps". The URL does not show up
in the address bar. I does show up in "MapQuest"
 
Back
Top