tags:

views:

176

answers:

3

Is there any way to find out which asp.net component has focus by using a server or client script?

A: 

How do I find out which Javascript element has focus?

If the requirement is for IE only you can use

document.activeElement
rahul
+2  A: 
Joel Coehoorn