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?