Hi,
for testing, I just tried ht://dig on my own homepage. It seems that it
does not support client side image maps. Is this a known problem and
already being worked on?
Here's what the HTML code for client side image maps looks like. The only
problem I see is that one may have to check if the <area> tag is really
between <map> </map> tags. But one could also just check for the <area> tag
and trust that the page is itself uses valid HTML.
<img src=... usemap="#mymap">
bla bla bla
<map name="mymap">
<area shape="rect" coords="10,10,20,20" href="test.html" alt="This takes
you to a test page">
<area ...>
<area ...>
<area ...>
</map>
Greetings,
Hanno
--
Hanno Müller, +49-40-5603170, http://www.hanno.de
"We were lookin' for an echo, an answer to our sound."
http://casa.home.pages.de
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.