Graphics – server-side image maps Server-side image maps run on the Web server Need:  Image (displayed by the browser)  Map file (maps URLs to defined areas of image)  Image map program (handles the request) How it works:  User clicks on a part of the image  Browser calls the image map program on server and sends along the x and y coordinates of the position on the image where the mouse was clicked  Image map program looks up the map file, does some calculations to determine which page to load, and loads that page