27 May
2000
27 May
'00
4:28 p.m.
peter wrote:
I use the nifty Image object and an extra tag to it. like this <dtml-var "myimage_gif.tag(border=0)">
But what I want to do is this: <IMG ONMOUSEOVER="this.style.cursor = 'HAND'" ONMOUSEUP="document.bgColor='#FFCCFF'" SRC="myimage_gif" width=118
height=77
border=0>
I have tried <dtml-var "myimage_gif.tag(border=0, onmouseover=blablabla"> This is not supported the tag tag. Only border, width, height and alt can be used.
Try the ActiveImage product: http://www.zope.org/Members/admin/ActiveImage I think it'll do what you want. HTH, Michael Bernstein.