3.2.0

Mouseclick

Can you have events on mouse click or right click?
June 11,
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
June 11,
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
June 11,
Try this:

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

This topic is archived.

See also:


Back to support forum