Clip2gif to convert any PICT files into GIF images. • HTML Grinder to sequentially link each of the HTML files together as well as create ...
Document source : haddockdot.no-ip.biz
This chapter describes how implement imagemapping on
your server.
Imagemapping is one of the unique features of WWW servers and one of the most fun. In a
sentence, imagemapping allows you to create a graphic image, display it in your HTML
files using the IMG tag and the ISMAP attribute, and assign URLs to different regions of
the graphic. Thus, when somebody clicks on parts of the graphic, the point defining where
they clicked is sent from the client application to the server. The server passes this
information along to an imagemapping CGI program. The imagemapping CGI program
"maps" the point to a list of predefined URLs, and finally, the mapped URL is returned to
the client in turn "redirecting" the client application to another document.
Summary :
In a sentence, imagemapping allows you to create a graphic image, display it in your HTML files using the IMG tag and the ISMAP attribute, and assign URLs to different regions of the graphic.
Tags :
imagemapping,serer,client,graphic,cgi,urls,point,application,program,information,url,defining,describes