|
Camila,
You
may have to use:
yourHtmlElement.setAttribute("onmouseOver","ilumina(X,X,X);");
Mike..
-----Original Message----- From:
Camila Piñeiro [mailto:camila@xxxxxxxxxxxx] Sent: Tuesday, February
25, 2003 10:53 AM To: enhydra@xxxxxxxxxxx Subject: Enhydra:
setting an event's value for an HTMLElement
Hi
all!
Is
there a way to set an event's value for an HTMLElement?
I
need to set different values in the onmouseover and onmouseout events of many
rows of a table, from my Presentation object class.
I mean,
having many rows like follows:
<tr
id="filaX"
>
….
</tr>
where the Xs are values that change
dynamically.
Do you
how can I do it? Thanks,
Camilla
|