Click multiple regions on a map of a country

J

Jerry Manner

Hi

I need a map of a country on which a region( part of the map) can be
clicked ( or on mouseover) causing, on another part of the same page,
the appearance of information regarding the region.

I know how to show the information based on another part of the page,
but I don't know how to make a map of a country clickable ( meaning,
clicking different part of the map to show info on the page).
How can I make a map of a country with different clickable regions?

Regards
 
K

Kevin Spencer

Sure can, Jerry. Your best bet is to use an image map. Now, don't be
confused by the term "image map" with the map you're talking about. An image
map is an image (in your case, an image of a map) that has clickable regions
that are polygons, which are "mapped" to URLs, like hyperlinks. First, try
reading the help on "image map."

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Top