000211-4

What is the difference between server-side image maps and client-side image maps?

Answer

For Client side image maps, the click coordinates are interpreted by scripts on the client side (in the HTML code), while for Server side image maps, the click coordinates are transmitted to the server for interpretation by server-side scripts. Client side image maps are better suited for use from non-graphic browsers.

List of exam questions