Reply
cancel mouse events
Old 01-25-2007, 08:04 AM cancel mouse events
Average Talker

Posts: 28
Name: dinesh s
hi frnd,
is there any way to cancel middle mouse button click event.
dinesh s is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 01-25-2007, 11:37 PM Re: cancel mouse events
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
I think there's only one event per click ( not a right_click and left_click and middle_click ), with data in the event that tells you which button was clicked.

So, you could write a javascript that handles onclick, test which button was hit, and if it was the middle button, just do nothing ( return ). You can attach that to the body element on your page, and it should flow down to all the child elements.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 01-27-2007, 01:42 AM Re: cancel mouse events
Average Talker

Posts: 28
Name: dinesh s
hi forestcroc,
i want to restrict the middle mouse button click in my page.
i want to lock that event.
is it possible..
dinesh s is offline
Reply With Quote
View Public Profile
 
Old 01-31-2007, 06:26 PM Re: cancel mouse events
Average Talker

Posts: 25
Location: Seattle, WA
if you ignore the middle mouse click, it will be as if the event didn't happen.

I don't think you can lock that event
kbychu is offline
Reply With Quote
View Public Profile
 
Old 02-18-2007, 12:03 PM Re: cancel mouse events
Average Talker

Posts: 16
Or if you want to “lock” an event, you can catch that event and do nothing. This will not pass the event to the default handler of that event if there is any.
__________________
Joseph James
12 month free line rental|cheapest broadband deals
Joseph James is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to cancel mouse events
 

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16421 seconds with 12 queries