onclick, onmouseover, onchange.... event

Hi,

I try to have a interaction between javascript in my HTML and javascript of Servoy.My HTML string is display on a HTML_AREA.

I know I can use a link like this:
link
And it works fine.

But I want to know if it’s possible to use fonctions onClick, onDblClick, onmouseover, onmouseout,… on a tag , …

Thanks

I don’t think this is possible. This is due to the limitations of the Sun HTML renderer.

ok thanks