Connecting Tech Pros Worldwide Help | Site Map

How to capture anywhere click events in IE

Newbie
 
Join Date: Oct 2008
Posts: 10
#1: 3 Weeks Ago
Hi,
In IE dropdown combo box after expanding the box, if you click anywhere onthe page(empty space, IE toolbar,address bar..etc) it minimizes the opened combo box. what is the event which is doing the act. Can we capture the same event to minimize the custom menu displayed in the html page?


Thanks,
Nags
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,629
#2: 3 Weeks Ago

re: How to capture anywhere click events in IE


Quote:

Originally Posted by coolnags View Post

Can we capture the same event to minimize the custom menu displayed in the html page?

yes and no.

yes—if there is an event, you can capture it in principle.
no—IE does not support event capturing.
Reply

Tags
ie click event