25 May
2000
25 May
'00
7:50 p.m.
peter writes:
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. Note that most Zope objects can be accessed through URL's.
In your case, you prabably can use <IMG SRC="myimage_gif" ONMOUSEOVER=....> Dieter
9447
Age (days ago)
9447
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer