imagemap.1
资源名称:httpd.tar.gz [点击查看]
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:2k
源码类别:
Web服务器
开发平台:
Unix_Linux
- .TH IMAGEMAP 1 "26 March 1996"
- .SH NAME
- imagemap - The WWW image mapper
- .SH SYNOPSIS
- .ta 8n
- .B http://your.site.name/cgi-bin/imagemap/~fIUSERNAMEfP/fImapfilefP
- .LP
- .SH DESCRIPTION OF IMAGEMAP
- IMAGEMAP is a program that lets you handle imagemaps on the WWW. An imagemap
- is basically a picture (for example a GIF file) that has been divided into
- areas. A user with a browser that understands imagemaps (most modern
- graphical browser understand imagemaps) can then click on a certain part
- of the image. An area-specific action then occurs.
- .LP
- For example, consider a GIF pictures with two areas on it: a box on the
- left side and a circle on the right side. Then the user who created the
- pictures can define what will happen if the remote user clicks on the
- box, what will happen if the circle is pressed, and also what happens if
- the user clicks on the picture, but not on the box or the circle (the
- default).
- .SH IMAGEMAP
- fBImagemapfP is not a program that allows the user to define the map.
- There are other programs that do this; for example, fBmapeditfP is
- a good one. fBImagemapfP is the program that handles the actions for
- the WWW. What a user must do is create a fImapfP file (either by hand,
- which is not very easy, or by using a program like fBmapeditfP).
- Then, he or she must use something like the following in his/her WWW page:
- .LP
- <A HREF="http://site/cgi-bin/imagemap/~fIUSERfP/pics/image.map">
- .br
- <IMG SRC="pics/image.gif" ISMAP></A>
- .LP
- In other words, make a fBHREFfP anchor to the imagemapper and use an image
- as the contents of the anchor. Do not forgot to specify the fBISMAPfP keyword
- in the fBIMGfP tag.
- .SH ACKNOWLEDGEMENTS
- I thank all the members at MCGV Stack who are actively involved in the
- entire WWW happening. I thank the NCSA for creating the original version
- of this program. See fIhttp://hoohoo.ncsa.uiuc.edu/fP for details about
- the NCSA distribution.
- .SH SEE ALSO
- http://www.stack.nl/~sven/xs-httpd/
- .br
- httpd(1), xspasswd(1), clearxs(1), readxs(1), gfxcount(1), xsindex(1),
- httpdc(1)
- .SH COPYRIGHT
- All the programs in the XS-HTTPD package are copyright (C) 1995, 1996
- by Sven Berkvens, except the imagemapper.
- .SH AUTHOR
- The author of the XS WWW server and its accompanying programs is
- Sven Berkvens (sven@stack.nl). I made all the programs,
- except the imagemapper, which I took from the NCSA distribution,
- but I cleaned it up.