How to handle both onMouseUp and OnClick events

  • Thread starter Thread starter JerryG
  • Start date Start date
J

JerryG

Hi All,
I need to handle either onMouseOver or onClick event of an html image. Can
anyone tell me how to do this? Thanks in advance.

Jerry
 
<img ... onclick="myHandler()" onmouseover="myHandler()" ...

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top