Both
label "\u2022"
and 
label "\\u2022"

are working for me, inside the a or area tag

Another choice is to take the whole script into a js function, like

<area shape="rect" coords="88,136,183,230" 
href="javascript:jmolScript(allMyCommandsForArea123())" />

But I guess that's a page code design decision. Just extracting the label 
script to a function looks tidy to me; the quot is also nice solution.

------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to