[thelist] Calling JS from an image map?

Damien COLA damiencola at wanadoo.fr
Wed Mar 24 20:07:31 CST 2004


if it's only for showing alt popup on different parts of an image map,
simply use the alt tag in the <area> tags
eg.
<area shape="rect" coords="10,2,90,20" href="http://www.ucsc.edu/about/"
alt="A text" title="A text" tabindex="1" accesskey="A">

-----Original Message-----
I'd rather not do it that way if there is a better way. This little
application requires JS to function, so it's not so much that I'm using
JS (that's fine) it's just showing the js psuedo-link in the status bar.


I'd rather get a alt popup with the value they are clicking on. Any tips
are appreciated.



More information about the thelist mailing list