:: Forum >> Version 1 >>

Mouseclick

More information on this topic is available in the documentation section: /active.howto.style.rows/mouseover.html.

Can you have events on mouse click or right click?
Saturday, June 11, 2005
how can i put a image in the cell?

example:
<img src='../imagens/IMPRIMIR.GIF' onClick='imprimir(10)' title='Imprimir ficha cadastral'>

how make i to call the onclick event that image?
Elpidio N Lima Junior - Brasil - SBC / SP
Saturday, June 11, 2005
how can i put a image in the cell?

example:
<img src='../imagens/IMPRIMIR.GIF' onClick='imprimir(10)' title='Imprimir ficha cadastral'>

how make i to call the onclick event that image?
Elpidio N Lima Junior - Brasil - SBC / SP
Saturday, June 11, 2005
Try this:

<a title='Imprimir ficha cadastral' onmouseclick='imprimir(10);'><img border=0 src='../imagens/IMPRIMIR.GIF'></a
Roy Cosway
Sunday, June 12, 2005



This topic is archived.

Back to /active.howto.style.rows/mouseover.html

Documentation:

Forum search