You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by br...@sticky.usu.edu on 1995/10/10 22:30:26 UTC

query

Hey, I have a question/suggestion (yippee).

With the imagemap module, it'd be damn nice to have another directive,
something along the lines of "nocoord", which is given to the client
when no coordinates were specified.  The advantage of this is that
you can do:

<a href="/my.map">
  <img src="..." alt="Go here for a textual listing" ismap>
</a>

And clients which dont do imagemaps (i.e. lynx) would get a text-only
listing.

I was originally hoping that if coordinates were not sent it would
just use the default, but that isn't the case (it returns a server
error).

I think i'll just hack this in myself, but it would be nice to have
in the server itself--it gets rid of all the "go here for a text listing"
you see on everybodies pages...

-Brandon


----- End Included Message -----