tags:

views:

116

answers:

3

I want to make a click-able world map which when a user clicks on a country it directs the user to a url containing the corresponding country code.

e.g you click on the UK and it directs you to .../country.php?c=GB

What would be the best way to go about it? html imagemaps? javascript? flash? Are there scripts already out there? Is there a way to use google maps?

A: 

You can construct such a clickable graphic using SVG.

dacracot
I was hoping there might be something out there already... I imagine outlining and attaching the country codes of 246 countries would take forever :S . I guess if it comes to it then that's what I'll have to do.
Mark