Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to handle both onMouseUp and OnClick events

Reply
Thread Tools

How to handle both onMouseUp and OnClick events

 
 
JerryG
Guest
Posts: n/a
 
      12-20-2005
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


 
Reply With Quote
 
 
 
 
Eliyahu Goldin
Guest
Posts: n/a
 
      12-20-2005
<img ... onclick="myHandler()" onmouseover="myHandler()" ...

Eliyahu

"JerryG" <> wrote in message
news:_7WdnRkaCvjqHTreRVn-...
> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to handle both onmouseup event and onClick event JerryG ASP .Net 0 12-20-2005 03:49 AM
Events Events Events Please Help Chris ASP .Net Web Controls 0 08-30-2005 08:21 PM
onmousedown and onmouseup while dragging: What am I doing wrong? coolsti Javascript 1 05-15-2005 07:29 PM
Passing in a OnMouseDown/OnMouseUp event handler as a parameter of a function Kyzer C++ 2 05-06-2005 12:53 AM
Using both onmouseup and oncontextmenu events Terri I. Javascript 0 08-13-2003 08:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57