imagemap.1
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:2k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. .TH IMAGEMAP 1 "26 March 1996"
  2. .SH NAME
  3. imagemap - The WWW image mapper
  4. .SH SYNOPSIS
  5. .ta 8n
  6. .B http://your.site.name/cgi-bin/imagemap/~fIUSERNAMEfP/fImapfilefP
  7. .LP 
  8. .SH DESCRIPTION OF IMAGEMAP
  9. IMAGEMAP is a program that lets you handle imagemaps on the WWW. An imagemap
  10. is basically a picture (for example a GIF file) that has been divided into
  11. areas. A user with a browser that understands imagemaps (most modern
  12. graphical browser understand imagemaps) can then click on a certain part
  13. of the image. An area-specific action then occurs.
  14. .LP
  15. For example, consider a GIF pictures with two areas on it: a box on the
  16. left side and a circle on the right side. Then the user who created the
  17. pictures can define what will happen if the remote user clicks on the
  18. box, what will happen if the circle is pressed, and also what happens if
  19. the user clicks on the picture, but not on the box or the circle (the
  20. default).
  21. .SH IMAGEMAP
  22. fBImagemapfP is not a program that allows the user to define the map.
  23. There are other programs that do this; for example, fBmapeditfP is
  24. a good one. fBImagemapfP is the program that handles the actions for
  25. the WWW. What a user must do is create a fImapfP file (either by hand,
  26. which is not very easy, or by using a program like fBmapeditfP).
  27. Then, he or she must use something like the following in his/her WWW page:
  28. .LP
  29. <A HREF="http://site/cgi-bin/imagemap/~fIUSERfP/pics/image.map">
  30. .br
  31. <IMG SRC="pics/image.gif" ISMAP></A>
  32. .LP
  33. In other words, make a fBHREFfP anchor to the imagemapper and use an image
  34. as the contents of the anchor. Do not forgot to specify the fBISMAPfP keyword
  35. in the fBIMGfP tag.
  36. .SH ACKNOWLEDGEMENTS
  37. I thank all the members at MCGV Stack who are actively involved in the
  38. entire WWW happening. I thank the NCSA for creating the original version
  39. of this program. See fIhttp://hoohoo.ncsa.uiuc.edu/fP for details about
  40. the NCSA distribution.
  41. .SH SEE ALSO
  42. http://www.stack.nl/~sven/xs-httpd/
  43. .br
  44. httpd(1), xspasswd(1), clearxs(1), readxs(1), gfxcount(1), xsindex(1),
  45. httpdc(1)
  46. .SH COPYRIGHT
  47. All the programs in the XS-HTTPD package are copyright (C) 1995, 1996
  48. by Sven Berkvens, except the imagemapper.
  49. .SH AUTHOR
  50. The author of the XS WWW server and its accompanying programs is
  51. Sven Berkvens (sven@stack.nl). I made all the programs,
  52. except the imagemapper, which I took from the NCSA distribution,
  53. but I cleaned it up.